There was an error while loading. Please reload this page.
1 parent bf7704e commit 8e302bbCopy full SHA for 8e302bb
lib/src/chart/bar_chart/bar_chart_painter.dart
@@ -394,7 +394,7 @@ class BarChartPainter extends AxisChartPainter<BarChartData> {
394
/// draw the background rect with rounded radius
395
// ignore: omit_local_variable_types
396
Rect rect = Rect.fromLTWH(
397
- barOffset.dx - (tooltipWidth / 2),
+ barOffset.dx,
398
tooltipTop,
399
tooltipWidth,
400
tooltipHeight,
0 commit comments