Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以用简单的 LINE[垂直线] 替换图像以突出显示图表上的最高点或点?
以符号(图像)为标记的 HighChart
一种方法是使用 highcharts 情节线:
plotLines: [{ color: '#FF0000', width: 2, value: 7 }]
http://jsfiddle.net/xDVTJ/
在这种情况下,plotLine 位于 xAxis 上,使其垂直。我已经指定了一个值 7,它把它放在类别号 7 上(从 0 开始)。