Skip to content

Commit e0cc253

Browse files
gggritsoAhmed-Labs
authored andcommitted
fix(explore): Fix chart resizing on browser window change (#102876)
There's a bug in Explore charts, where the chart doesn't resize correctly when the browser size changes. This bug is caused by a wacky race condition in `echarts-for-react`, which was fixed in hustcc/echarts-for-react#613 by yours truly, and made its way into 3.0.5
1 parent a47ec76 commit e0cc253

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"dompurify": "3.2.5",
121121
"downsample": "1.4.0",
122122
"echarts": "6.0.0",
123-
"echarts-for-react": "3.0.4",
123+
"echarts-for-react": "3.0.5",
124124
"esbuild": "0.25.10",
125125
"focus-trap": "7.6.5",
126126
"framer-motion": "12.23.12",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)