topvis commented on issue #10584: graph图中可以为每个node和edge定义cursor类型 URL: https://github.com/apache/incubator-echarts/issues/10584#issuecomment-497526857 @Ovilia 我举得文档批准流程的例子实际上是一个State machine或者State flow的应用。我找了很多网上的资源,感觉用Echarts的Graph来实现这种State flow的应用还是不错的。如果能够实现我提出的这个定义Cursor话,那对我的应用几乎完美了。 如果Echarts可虑开发一个专门适用于State flow的图的话,那就更好了,比如加一些从一个state转移到另一个state的动画等。毕竟State flow有很广泛的应用,比如业务管理流程,控制系统策略等等。这里是一个State Machine的Javascript的库以供参考。
---------------------------------------------------------------- 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. 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]
