infinum / flutter-charts

Customizable charts library for flutter.
https://pub.dev/packages/charts_painter
MIT License
144 stars 42 forks source link

ChartOptions and BarChartOptions referenced in README.md #19

Closed ristiisa closed 2 years ago

ristiisa commented 3 years ago

README.md references BarChartOptions and ChartOptions that do not seem to be anywhere.

lukaknezic commented 3 years ago

They got renamed to BarItemOptions and ItemOptions. Will update the documentation.

lukaknezic commented 2 years ago

Fixed