Skip to content

Commit e8aa414

Browse files
committed
pnpm docs:typescript:formatted
1 parent 780ff8b commit e8aa414

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/data/charts/radial-lines/ClosedOpenRadialLineChart.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function ClosedOpenRadialLineChart() {
2626

2727
return (
2828
<Box sx={{ width: '100%' }}>
29-
<Stack direction="row" sx={{ flexWrap: 'wrap', gap: 2, width: '100%', mb: 2 }}>
29+
<Stack direction="row" sx={{ flexWrap: 'wrap', gap: 2, width: '100%' }}>
3030
<FormControlLabel
3131
checked={area}
3232
control={<Checkbox onChange={(event) => setArea(event.target.checked)} />}
@@ -43,7 +43,7 @@ export default function ClosedOpenRadialLineChart() {
4343
/>
4444
</Stack>
4545
<RadialLineChart
46-
height={400}
46+
height={300}
4747
series={[
4848
{
4949
data: [3, 5, 7, 10, 12, 15, 18, 16, 13, 9, 6, 4],
@@ -52,7 +52,7 @@ export default function ClosedOpenRadialLineChart() {
5252
closePath,
5353
},
5454
]}
55-
rotationAxis={[{ scaleType: 'point', data: months }]}
55+
rotationAxis={[{ scaleType: 'point', data: months, disableLine: true }]}
5656
radiusAxis={[{ scaleType: 'linear' }]}
5757
grid={{ rotation: true, radius: true }}
5858
/>

0 commit comments

Comments
 (0)