Dhtmlx Line Chart

Hi All,

Line chart shows vertical line on each datapoint. Is it possible to show vertical line only on label?

Can someone give me quick example, please?

Thanks!


Hi
You need the next:

xAxis:{ template:"#date#", lineColor: function(obj){ return use_your_template_for_date ?"#fff":"#999" }},

Thanks Darya!

LineColor is the property that i was looking for. I could not find in line chart doc.

We will add this property description in documentation with the next docs update