flutter-charts icon indicating copy to clipboard operation
flutter-charts copied to clipboard

Is x-axis fixed step only?

Open Jure-BB opened this issue 3 years ago • 6 comments

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.

Jure-BB avatar Jun 18 '22 15:06 Jure-BB

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 😃

lukaknezic avatar Jun 20 '22 16:06 lukaknezic

Glad to hear it's on the roadmap :)

Jure-BB avatar Jun 20 '22 16:06 Jure-BB

Any update? :)

kormateusz-apl avatar Apr 20 '23 10:04 kormateusz-apl

What chart are you building? Is it scatter chart?

itsJoKr avatar May 09 '23 11:05 itsJoKr

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

ljaniszewski avatar Jun 23 '23 09:06 ljaniszewski

@lukaknezic will this feature be released soon?

bunnyian avatar May 21 '24 19:05 bunnyian