bezier_chart 1.0.9 copy "bezier_chart: ^1.0.9" to clipboard
bezier_chart: ^1.0.9 copied to clipboard

outdated

A beautiful bezier line chart widget for flutter that is highly interactive and configurable.

[1.0.9] #

  • Optimizing for loops removing unnecessary convertion from Iterable to List.
  • startYAxisFromNonZeroValue property was added, if you are displaying the Y Axis then your chart will start from your lower value, if you set it to false, it will start from zero.
  • displayLinesXAxis and xLinesColor were added to display a vertical line on each X data point, it only works when there is one BezierLine.

[1.0.8] #

  • Chart starts from the first data point, not from zero.
  • displayYAxis was added (false by default).
  • footerColor was removed from BezierChartConfig, now you can use xAxisTextStyle or yAxisTextStyle both are TextStyle.

[1.0.1 - 1.0.7] - Added example documentation #

  • Added an example README.md for the bezier_chart package.
  • Added a repository url to the pubspec

[1.0.0] - First release #

  • First release of our beautiful bezier_chart package.
248
likes
0
pub points
87%
popularity

Publisher

verified publisheraeyrium.com

A beautiful bezier line chart widget for flutter that is highly interactive and configurable.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, intl

More

Packages that depend on bezier_chart