Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

51 lines (36 loc) · 1.03 KB

CHANGES

3.0.0

  • Dart 3 required

2.0.7

  • Add SeriesStyle.visible
  • Add Point class

2.0.6

  • Add SeriesStyle.showInLegend
  • Add ChartLegend.width

2.0.5

  • Add symbolPadding, symbolHeight and symbolWidth in ChartLegend

2.0.4

  • Add margin, padding, itemMarginTop, and itemMarginBottom in ChartLegend

2.0.3

  • Add ChartXAxis.tickPositioner and ChartYAxis.tickPositioner

2.0.2

  • Add ChartLegend.layout
  • Add SeriesStyle.markerEnabled in AreaChart

2.0.1

  • Support chart events
  • Support add/remove series

2.0.0

  • Migrate to null safety

1.0.1

  • Fixed type _CompactIterable is not a subtype of type List for DefaultDonutModel
  • Support zoomKey, zoomType, borderColor, borderWidth

1.0.0

  • Dart 2 required

0.1.1

  • Add implementation of DonutChart, AreaChart, PieChart
  • Add DefaultSingleValueCategoryModel, DonutModel
  • Fixed dart2js error when using formatter
  • Added setSize reflow APIs

0.1.0

  • Add ColumnChart, DonutChart, AreaChart
  • Add DefaultCategoryModel