I have imported the combined charts from the demo and tried implementing it in my app. It works fine in chrome. But in IE11 and Firefox it initially animates perfectly then immediately minimizes where the vertical scale cannot be seen.
Also when I move my mouse over the chart, it give me an error in console "Object doesn't support property or method 'contains'".
ngx-charts version: 6.0.2
Angular version:4.3.6
Polyfills added after looking at some previous issues- still have the above issue
import 'core-js/es7/array';
import 'core-js/es6/reflect';
import 'core-js/es7/reflect';
import 'core-js/client/shim';
import 'classlist.js';
import 'zone.js/dist/zone';
I have imported the combined charts from the demo and tried implementing it in my app. It works fine in chrome. But in IE11 and Firefox it initially animates perfectly then immediately minimizes where the vertical scale cannot be seen.
Also when I move my mouse over the chart, it give me an error in console "Object doesn't support property or method 'contains'".
ngx-charts version: 6.0.2 Angular version:4.3.6
Polyfills added after looking at some previous issues- still have the above issue import 'core-js/es7/array'; import 'core-js/es6/reflect'; import 'core-js/es7/reflect'; import 'core-js/client/shim'; import 'classlist.js'; import 'zone.js/dist/zone';