jquery - Change data hover line color in Highcharts -
i'm trying change particular hover line in area chart. option should change? checked documentation changing value linecolor
, linewidth
changes color of outline of each data point. see screenshot below:
you can change tooltip.crosshairs
options change width, color, dashstyle , zindex of line. here's code width , color:
tooltip: { crosshairs: [{ width: 3, color: 'green' }] }
the first object of array xaxis, second yaxis. here's demo.
Comments
Post a Comment