Google 气泡图数据更改错误

Google bubble chart on data change error

我正在使用 Google 的 BubbleChart 使用指令“https://github.com/angular-google-chart/angular-google-chart

每当我尝试更改控制器中的数据或调整 window 图表的大小时,图表都会出现错误 Cannot read 属性 'clone' of undefined

我试图通过手动触发 $rootScope.$emit('resizeMsg');

来重新绘制图表

但它不起作用。

提前致谢

如果您正在使用

animation

使用气泡图可能会在绘制或重绘时出错,这就是您收到错误的原因。

移除动画并重试。