hustcc / hustcc/echarts-for-react
Add support for replaceMerge option like official Echarts `setOptions`
Open
- Dominant language
- TypeScript
- Stars
- 5k
- Forks
- 650
- PR merge metrics
- No merged PRs in 30d
Description
See: https://echarts.apache.org/en/api.html#echartsInstance.setOption
There's an option `replaceMerge` which work in combination with `notMerge` option.
It seem like the only place to be modified is https://github.com/hustcc/echarts-for-react/blob/master/src/types.ts
because https://github.com/hustcc/echarts-for-react/blob/0ab38618567b558413edde015bcb40931eb739ed/src/core.tsx#L69-L71 will automatically set this option to underlying Echart instance.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.