鼠标悬停的高图显示目标

时间:2015-07-03 06:13:44

标签: vb.net highcharts

下面是我显示highcharts的代码,现在鼠标悬停显示图表目标。我想把它显示为细线:

options.series[1] = new Object();
options.series[1].name = "Goal Points";
options.series[1].data = Goallimit;
options.series[1].type = 'arearange';
options.series[1].lineWidth = 0;
options.series[1].linkedTo = ':previous';
options.series[1].color = '#A6E685';
options.series[1].fillOpacity = 0.3;
options.series[1].zIndex = 0;!

Here is Highchart image

0 个答案:

没有答案