I got this error after updating ngx-echarts to version 4.0.0. Downgrading to 3.2.0 solved the issue for me.
It's working fine when using this combination of packages: "@angular-devkit/build-angular": "^0.6.8", "@types/echarts": "0.0.13", "echarts": "^4.1.0", "ngx-echarts": "^3.2.0" ---- **Update** After updating all packages to @latest, it's working fine too: "@angular-devkit/build-angular": "^0.7.4", "@types/echarts": "^4.1.0", "echarts": "^4.1.0", "ngx-echarts": "^4.0.0" [ Full content available at: https://github.com/apache/incubator-echarts/issues/8493 ] This message was relayed via gitbox.apache.org for [email protected]
