Clarkclk edited a comment on issue #9488: How echarts change node property inside? (echarts内部是怎么改变顶点属性的?) URL: https://github.com/apache/incubator-echarts/issues/9488#issuecomment-442387333 After scanning the source code, I found the mouseup and drag action defined in echarts, and cancel the setUnfixed action in drag function. Then the node still fixed after dragging. 中文:查了下源码,找到了echarts中对于mouseup和drag事件的定义。取消了drag函数中的setUnfixed操作,实现了拖拽后顶点保持fixed的功能。 @pissang 希望能添加顶点fixed的接口。
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
