0👍
The first chart is a timeseries chart. Is this what you’re trying to accomplish?
With the linear axis chart you could add [null, null, null]
to your data array and have corresponding xaxis values. This would leave space on the end.
Alternatively using the offset property in options may help
Or add a margin to the chart
Source:stackexchange.com