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

outdated

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

[1.0.11] #

  • onIndicatorVisible callback was added to check when the indicator is visible or not
  • onValueSelected was added , it displays the current double value selected by the indicator (if the chart is CUSTOM).
  • onDateTimeSelected was added, it displays the current DateTime selected by the indicator (if the chart is Date type).
  • New date type chart added BezierChartScale.HOURLY , doesn't support zoom.

[1.0.10] #

  • Fixed pinchZoom for BezierChartConfig.
  • footerDateTimeBuilder was added as optional inside BezierChart, it allows you to display custom X footer for each DateTime value.

[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