diff --git a/components/StackedBarGraph.tsx b/components/StackedBarGraph.tsx index a247a8e..0a98371 100644 --- a/components/StackedBarGraph.tsx +++ b/components/StackedBarGraph.tsx @@ -397,7 +397,7 @@ export const StackedBarGraphHorizontal = withTooltip< tickLabelProps={() => ({ fill: Color.label, fontWeight: TICK_LABEL_FONT_WEIGHT, - textAnchor: "middle", + textAnchor: "end", })} />