饼yue

Results 2 issues of 饼yue

`刚开始以为是左边图表没有加载好,然后加载完毕之后还是不能拖动(刷新之后),但是更改代码让代码热更新之后是可以拖动到右边的。 不太清楚是哪里出了问题 注册左边图形代码 ![image](https://user-images.githubusercontent.com/20988336/103747926-53db2f80-503e-11eb-927b-df969bd8f7e4.png) `async getDevices() { getDevice().then(async res => { await registerShape(G6,res.data); registerBehavior(G6); setTimeout(function() { this.devices = _.groupBy(res.data,'typeId') }.bind(this),500) }) },` `initPlugin(graph) { // 确保图片加载完毕 let timer = setInterval(function()...