wong2win

Results 3 comments of wong2win

我有个类似的问题不知道算不算bug... https://codesandbox.io/s/k3f7cp?file=/src/app.tsx:534-555 添加配置snapline: true 出现snapline后再框选,box也会漂移(Chrome web vitals显示为layoutshift).

https://github.com/lanniu/vue-mxgraph-example/compare/master...wong2win:master 虽然晚了两年... 顺便,画这类图的包除了Gojs有啥免费开源的推荐吗...

I used a NOT 100% accurate workaround which calculates legend width manually with [measureText](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/measureText) from canvas API. Don't forget the icon width and margin though. It works fine until sometimes...