Skip to content

Commit 98e081d

Browse files
[docs] Fix scatter shape demo causing horizontal overflow
1 parent 2583a52 commit 98e081d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/data/charts/scatter/ScatterCustomShape.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { data } from './randomData';
66
export default function ScatterCustomShape() {
77
return (
88
<ScatterChart
9-
width={600}
109
height={300}
1110
series={[
1211
{

docs/data/charts/scatter/ScatterCustomShape.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { data } from './randomData';
66
export default function ScatterCustomShape() {
77
return (
88
<ScatterChart
9-
width={600}
109
height={300}
1110
series={[
1211
{

0 commit comments

Comments
 (0)