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:
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
Post a Comment