Skip to content

Commit

Permalink
[mantine.dev] Fix typo (#7384)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannya authored Jan 26, 2025
1 parent 66e3020 commit 311c8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mantine.dev/src/pages/charts/bar-chart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Use the `standalone` prop inside data to decouple the bar from the flow.

<Demo data={BarChartDemos.waterfall} />

## SVG patter as bar fill
## SVG pattern as bar fill

You can use SVG patterns as bar fill. To do so, set `fill` property in series object to
a url of the SVG pattern that is defined in the `defs` section of the chart `children`.
Expand Down

0 comments on commit 311c8ed

Please sign in to comment.