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:

enter image description here

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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -