google / charts

https://pub.dev/packages/charts_flutter
Apache License 2.0
2.81k stars 1.2k forks source link

StaticOrdinalTickProviderSpec should have a desiredTickCount. #783

Open madz opened 2 years ago

madz commented 2 years ago

There should be a way to statically define how many ticks you can show. Right now you can only create OrdinalAxisSpec that dynamically chooses the number of ticks based on the extents of the data.