You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would be nice to have an easy option to continue the line chart beyond the x-axis limits.
At the moment, the line stops at the first/last data point (first pic).
But instead, line the line should continue beyond the limits (second pic).
I can make a workaround by changing the viewportOffsets, but then I also need dataPoints with 0 for the first and last point, which produces unwanted circles and axis labels at this position.
Thanks!
The text was updated successfully, but these errors were encountered:
well... I don't think it should be us to add some more 'data' to continue the line. Instead, it should be you. If you want to continue, you can simply add some more data and manually set the axisMaximum to hide it, so it looks like what you said.
Hi,
would be nice to have an easy option to continue the line chart beyond the x-axis limits.
At the moment, the line stops at the first/last data point (first pic).
But instead, line the line should continue beyond the limits (second pic).
I can make a workaround by changing the viewportOffsets, but then I also need dataPoints with 0 for the first and last point, which produces unwanted circles and axis labels at this position.
Thanks!
The text was updated successfully, but these errors were encountered: