如何在highcharts上添加指向y轴的箭头

时间:2015-06-25 10:21:29

标签: javascript highcharts

如何在高位图上显示指向y轴中间的箭头,如下图所示:enter image description here

这是我的y轴:

yAxis: [{
                gridLineWidth: 0,
                labels: {
                    enabled: false
                },
                title: {
                    text: 'Your starting point',
                    style:{
                        font: '6px arial'
                    }
                },
                min: 0,
                max: 1000
            }]

1 个答案:

答案 0 :(得分:2)

你可以通过

来做到这一点

1)在轴标题中使用图像或图标字体

2)使用Highcharts渲染器功能绘制箭头

参考: