Skip to content

Commit

Permalink
[docs] Fix tiny line chart breaking change (#16268)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette authored Jan 20, 2025
1 parent 214d67a commit 514c47e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/charts/line-demo/TinyLineChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function TinyLineChart() {
},
[`& .${markElementClasses.root}`]: {
stroke: '#8884d8',
scale: '0.6',
r: 4, // Modify the circle radius
fill: '#fff',
strokeWidth: 2,
},
Expand Down
2 changes: 1 addition & 1 deletion docs/data/charts/line-demo/TinyLineChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function TinyLineChart() {
},
[`& .${markElementClasses.root}`]: {
stroke: '#8884d8',
scale: '0.6',
r: 4, // Modify the circle radius
fill: '#fff',
strokeWidth: 2,
},
Expand Down

0 comments on commit 514c47e

Please sign in to comment.