Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 908 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 908 Bytes

[0.3.0] - 29 May 2020

  • Added support for null-safety

[0.2.0] - 24 Dec 2019

  • Added support for Pie Chart with lots of customizations.
  • Changes in Readme file

[0.1.1] - 13 Nov 2019

  • Added chartRadiusFactor parameter to set the scaling of the chart with respect to width or height (whatever is minimum) of the parent widget, default value is 0.8 (80%).
  • Fixed exception handling for null labels.

[0.1.0] - 21 Sept 2019

  • Added labelColor parameter to give the desired color to labels, default value is Colors.black.
  • Added a check for values (Minimum 3 values are required for plotting Radar Chart), else it will throw ArgumentError.
  • Added a check for length of values and labels, both should be same.

[0.0.2] - 01 Sept 2019

  • Fixed screenshots

[0.0.1] - 01 Sept 2019.

  • Initial release - Supports Radar Chart with lots of customizations.