flutter-charts
flutter-charts copied to clipboard
Is x-axis fixed step only?
Just to clarify, looking at the examples, it seems positions on x-axis are not based on values, but on indices. So, it is not possible to draw line chart where x-axis values have variable intervals?
For example a time series line chart where point 1 & point 2 are 5 minutes apart, but point 2 & point 3 are 20 minutes apart.
Hey @Jure-BB Yeah for now only fixed X axis is shown. There is a plan to add X axis as variable as well, abstraction is already done, so this should be available within next few releases 😃
Glad to hear it's on the roadmap :)
Any update? :)
What chart are you building? Is it scatter chart?
Hello. I'd want to display custom x-axis values as days of week (Mon, Tue, Wed...)
or if that is not possible, could the x-axis at least begin with 1 not 0?
thanks
@lukaknezic will this feature be released soon?