We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's a simple reproducer:
https://codesandbox.io/s/v1y9560k8l
All it's doing is toggling on/off one of the series, but the chart doesn't re-render.
The text was updated successfully, but these errors were encountered:
nvm seems like this is actually a bug with echarts: apache/echarts#6202
Sorry, something went wrong.
I solved this for React and only set "notMerge" to true.
<ReactECharts option={options} opts={{ renderer: 'svg' }} notMerge={true} />
No branches or pull requests
Here's a simple reproducer:
https://codesandbox.io/s/v1y9560k8l
All it's doing is toggling on/off one of the series, but the chart doesn't re-render.
The text was updated successfully, but these errors were encountered: