Line Chart with too many vertical lines

I have a line chart where the vertical lines are too packed and I would like to display less of them. Perhaps no more than 10. Is there any way to accomplish that without losing the data points ?

Please see the snippet at:

https://snippet.webix.com/myloz44k

Hello,
The frequency of lines depends on the current step (first of all), both axes support lines and template settings described in the related API ( xAxis).

  • The template handles the axis labels. It can be set as a string or a function which returns the certain string depending on some parameters.
  • The lines property handles the rendering of corresponding chart lines and can be set either as a boolean or as a function similar to above.

Please check https://snippet.webix.com/dtup2f70

Thanks. That is what I wanted. Unfortunately I did not find the lines property documented anywhere.

You are welcome!
Information about lines attribute you also can find here:
https://docs.webix.com/api__ui.chart_xaxis_config.html