 Here initially gap is 5 days but at end it gets increased and data is cluttered at the end of the scale. **Data:** ``` "x_axis": [ 1465084800000, 1466553600000, 1467417600000, 1470096000000, 1471651200000, 1472083200000, 1472688000000, 1472774400000, 1473033600000, 1473120000000, 1473206400000 ], "y_axis": [ 1, 2, 4, 2, 3, 2, 3, 2, 4, 1.8, 1.3 ] ``` **and options set are** ``` ticks: { autoSkip:true, maxTicksLimit:20, maxRotation:30 } ```