diff --git a/docs/src/examples/BarChart/axis-labels-inside-bars.svelte b/docs/src/examples/BarChart/axis-labels-inside-bars.svelte index 4745f60d7..51a66e85d 100644 --- a/docs/src/examples/BarChart/axis-labels-inside-bars.svelte +++ b/docs/src/examples/BarChart/axis-labels-inside-bars.svelte @@ -26,7 +26,8 @@ tickLabelProps: { textAnchor: 'start', dx: 6, - class: 'fill-surface-300 stroke-none' + dy: 2, + class: 'text-sm fill-surface-300 stroke-none' }, tickLength: 0 }