You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
目前通过websocket来接收后端推送的数据,然后从这些数据中提取我需要的数据生成节点和边 使用的是 循环数据然后jsonData.cells.push(edgeCell); jsonData.cells.push(cell); 最后用graph.fromJSON(jsonData);去渲染的画布 是满足了我一直根据数据来动态展示边的状态 变换样式 但画布会一直闪烁 怎么能够让用户看不到闪烁实时更新状态呢?
Beta Was this translation helpful? Give feedback.
All reactions