Closed imaNNeo closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.52%. Comparing base (
2d0ce64
) to head (bdc5001
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
getTooltipColor
which provides more customizability), checkout the full migration guide here./// This is the new way: BarChartData( barTouchData: BarTouchData( touchTooltipData: BarTouchTooltipData( getTooltipColor: (BarChartGroupData group) => Colors.blueGrey, ) ) )