swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular
https://swimlane.github.io/ngx-charts/
MIT License
4.3k stars 1.15k forks source link

The combined charts does not show vertical axis in IE11 and Firefox #546

Closed svsgdev closed 2 years ago

svsgdev commented 7 years ago

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';

svsgdev commented 7 years ago

Can anyone please help me out with this?- even the demo page does not work properly in IE11.

jogaj commented 2 years ago

Thank you for your report, IE is not currently supported.