javascript - how add an arrow pointing to the y-axis on highcharts -


how can show arrow pointing middle of y-axis on highcharts below image: enter image description here

and y-axis:

yaxis: [{                 gridlinewidth: 0,                 labels: {                     enabled: false                 },                 title: {                     text: 'your starting point',                     style:{                         font: '6px arial'                     }                 },                 min: 0,                 max: 1000             }] 

you

1) using image, or icon font, in axis title

2) using highcharts renderer function draw arrow

reference:


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -