loooo-ns edited a comment on issue #2993: echarts3中graph关系图series[i]-graph.data[i]中的x,y怎么定义,API中没有 URL: https://github.com/apache/incubator-echarts/issues/2993#issuecomment-520333513 初始化时使用x,y值可以渲染在正确位置,但通过属性设置来修改option时,新的设置没有办法生效。设置过fixed=true;draggable=false; 还是不行。那么请问应该如何在graph已经展现的情况下,设置其中某个节点的坐标呢?(例如根据交互将某节点移动到画布中心) 已解决:我的疑问通过setOption(option, true)解决了。
---------------------------------------------------------------- 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]
