Skip to content

Releases: juliansteenbakker/community_charts

v1.0.4

15 May 12:31
b72135f
Compare
Choose a tag to compare

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

11 Oct 14:02
85bd43b
Compare
Choose a tag to compare
  • Fixed BaseChart not being destroyed on dispose (@MattyBoy4444)
  • Fix potential divide by zero error for the DateTime tick provider (@Jetz72)

v1.0.1

13 Feb 19:17
c1d487b
Compare
Choose a tag to compare
  • Removed unused dependencies
  • Updated documentation urls

v1.0.0

16 Nov 08:59
461a597
Compare
Choose a tag to compare

Initial fork from google/charts.

  • Migrated to null-safety.
  • Fixed tests to work with null-safety.
  • Applied latest flutter analyzer hints.