-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
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
Add support for replaceMerge option like official Echarts setOptions
#478
Comments
Are there any bugs with current code? echarts support 2 way to config |
how can I set replaceMerge with react-echarts |
The problem with it is the lack of support for functionality like |
will this be fixed anytime soon? |
This option is really helpful to solve apache/echarts#6202 |
would love to see this added, it's a huge issue for my project |
Partial
or
As the official documentation explains :
Unfortunately, the |
See: https://echarts.apache.org/en/api.html#echartsInstance.setOption
There's an option
replaceMerge
which work in combination withnotMerge
option.It seem like the only place to be modified is https://github.com/hustcc/echarts-for-react/blob/master/src/types.ts
because
echarts-for-react/src/core.tsx
Lines 69 to 71 in 0ab3861
The text was updated successfully, but these errors were encountered: