Yi Shen
Yi Shen
It's a very general topic that we keep working on for years. Currently, https://github.com/apache/echarts/pull/15510 is working on the label auto layout on the charts like scatter. And components overlap is...
It will be fixed in the 5.0
可以放截图
Seems can't be reproduced in 5.0. Moved to the 5.0 milestone.
Looks good. `if (dataZoomModel.get('showDetail'))` is not a mistake. It's just the old logic only used `dataInterval` to display the labels and didn't save it to`_dataRange`.
Seems the valueRange is updated after the action being dispatched. I guess in the event `startValue` and `endValue` will not be the latest value? A test will be good to...
ID is usually generated by echarts. It's hard for developers to tell the rule of generating id. And when they are handling the selectedMap, their app may break when they...
Currently we don't provide such a toolbox. But it's not so complex to combine the echarts event, setOption update and labelLine features to get something similar. Here is a example...
It's fixed in the 5.0 
Thanks! Could you add a test case for this?