diff --git a/pygal/graph/bar.py b/pygal/graph/bar.py index f7ed10c3..488b759a 100644 --- a/pygal/graph/bar.py +++ b/pygal/graph/bar.py @@ -93,8 +93,7 @@ def _tooltip_and_print_values( else: x = x_center y = y_center - self._static_value( - serie_node, val, x, y, metadata, "centered") + self._static_value(serie_node, val, x, y, metadata, "middle") def bar(self, serie, rescale=False): """Draw a bar graph for a serie"""