ng2-google-charts和loader - 错误版本错误

时间:2018-05-23 10:52:31

标签: angular charts google-visualization node-modules

我的项目中有一些图表似乎运行良好。实际上,当我尝试在Internet Explorer中刷新页面时,我发现了这个错误:

错误错误:未捕获(承诺):错误:错误版本:45.2

指的是我的图表,插件被破坏了。这是我在chart.service.loader中找到的版本,但如果我尝试使用以前的版本更改它,我会遇到同样的错误。

你能帮帮我吗?

这是我的情况:

Angular CLI: 6.0.3
Node: 8.9.4
OS: win32 x64
Angular: 6.0.3
@angular-devkit/schematics        0.6.3
@ngtools/webpack                  6.0.3
@schematics/angular               0.6.3
@schematics/update                0.6.3
rxjs                              6.2.0
typescript                        2.7.2
webpack                           4.8.3

Ng2-google-chart有3.3版本atm,我刚刚从3.4更改了它。 Angular没有更新,我刚刚更新了它,但没有任何改变。

由于

1 个答案:

答案 0 :(得分:0)

from kivy.uix.checkbox import CheckBox
def on_checkbox_active(checkbox, value):
  if value:
    print('The checkbox', checkbox, 'is active')
    # your active Function call
  else:
    print('The checkbox', checkbox, 'is inactive')
    # your unactive function call

checkbox = CheckBox()
checkbox.bind(active=on_checkbox_active)