diff --git a/_examples/horizontal_stacked_bar/output.png b/_examples/horizontal_stacked_bar/output.png index e7fce31..d8ad123 100644 Binary files a/_examples/horizontal_stacked_bar/output.png and b/_examples/horizontal_stacked_bar/output.png differ diff --git a/stacked_bar_chart.go b/stacked_bar_chart.go index e9f54af..e2ad994 100644 --- a/stacked_bar_chart.go +++ b/stacked_bar_chart.go @@ -373,7 +373,7 @@ func (sbc StackedBarChart) drawHorizontalYAxis(r Renderer, canvasBox Box) { barLabelBox := Box{ Top: cursor, Left: 0, - Right: canvasBox.Left + DefaultYAxisMargin, + Right: canvasBox.Left - DefaultYAxisMargin, Bottom: cursor + bar.GetWidth() + sbc.GetBarSpacing(), } if len(bar.Name) > 0 {