Releases: juliansteenbakker/community_charts
Releases · juliansteenbakker/community_charts
v1.0.4
community_charts_flutter
- Added UserManagedState variable to be passed down into the super constructor on NumericComboChart and OrdinalComboChart
- Add FontWeight support
community_charts_common
- Add a PointLabelDecorator to render a label for a point
- Enhance LinePointHighlighter to support callbacking the highlight points's info like position, datum and its corresponding seriers id
- Update intl package
v1.0.2
- Fixed BaseChart not being destroyed on dispose (@MattyBoy4444)
- Fix potential divide by zero error for the DateTime tick provider (@Jetz72)
v1.0.1
- Removed unused dependencies
- Updated documentation urls
v1.0.0
Initial fork from google/charts.
- Migrated to null-safety.
- Fixed tests to work with null-safety.
- Applied latest flutter analyzer hints.