Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Highcharts hide connected line between individual points

Tags:

highcharts

I'm using Line chart to plot my data by using Highchart 4.0.3 library.

I would like to know if there's any way to remove a connected line between 2 individual points or set its color to transparent ?

I only can find the option to set the color for the whole series line.

I really appreciate for your time and help.

like image 227
davidcoder Avatar asked Oct 17 '25 13:10

davidcoder


1 Answers

I found a better solution: lineWidth : 0 Worked for me.

http://api.highcharts.com/highcharts#plotOptions.series.lineWidth

like image 88
Ronen Festinger Avatar answered Oct 20 '25 14:10

Ronen Festinger