jiawulin001 commented on PR #17078: URL: https://github.com/apache/echarts/pull/17078#issuecomment-1154919924
@Olivia Good intuition on `dataZoom`! I tested and found `startValue` not compatible with `dataZoom`. I've revised the code and now it works well with `dataZoom` and more naturally incorporate in original code. Also `min/max` set by user now has higher priority over `startValue`. Another change is that `startValue` is moved under `axis` rather than `series`, which I think is more reasonable. Relevant test cases concerning `dataZoom`, priority and polar are all added. Please check them out. -- 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]
