My goal is to ensure that the chart always displays a value on the final X axis,
I am unable to use "distribution: 'series'" as it causes the chart to go out of scale,
Guessing the correct value to set for "time: {min / max}" in order to exceed the last value is a challenge, and I also cannot manually determine the data to be displayed on the Y axis.
Is there a way to define data as shown in the following example?
X axis values:
1 - 2020-04-01
2 - 2020-04-03
3 - 2020-04-08
4 - 2020-04-10
5 - 2020-04-15
With the Y axis like this:
x x x x x
|_____________|____________|__
04-01 04-07 04-15
Currently, I have manually defined the values on the axis as 04-01 / 04-07 / 04-15
, even though none of the data corresponds to the date 04-07
.