Skip to content
Advertisement

Highcharts Display Xaxis plot line

How can I enable only the left most Highcharts XAxis plot line on DateTime Line chart. I suppose there should be a default option to display XAxis line without needing to know the minimum/start value

My progress so far -> https://jsfiddle.net/Lpjb9wc7/

enter image description here

JavaScript

});

Advertisement

Answer

You need to change the dafault value of the lineWidth property.

JavaScript

Live demo: https://jsfiddle.net/BlackLabel/49078gLx/

API Reference: https://api.highcharts.com/highcharts/yAxis.lineWidth

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement