imaNNeo / fl_chart

FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.
https://flchart.dev
MIT License
6.77k stars 1.74k forks source link

Bump version to 0.67.0 #1623

Closed imaNNeo closed 6 months ago

imaNNeo commented 6 months ago

/// This is the new way: BarChartData( barTouchData: BarTouchData( touchTooltipData: BarTouchTooltipData( getTooltipColor: (BarChartGroupData group) => Colors.blueGrey, ) ) )

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.52%. Comparing base (2d0ce64) to head (bdc5001).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1623 +/- ## ======================================= Coverage 87.52% 87.52% ======================================= Files 45 45 Lines 3078 3078 ======================================= Hits 2694 2694 Misses 384 384 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.