Ovilia commented on issue #18449:
URL: https://github.com/apache/echarts/issues/18449#issuecomment-1491188775

   The option is merged by default, so if `dataZoom` is undefined in a new 
`setOption`, it will be merged with the previous option, which contains 
`dataZoom` so it cannot be removed. The correct way to do this is to call 
`setOption(option, true)` to force not merging.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to