pepstock-org / Charba

J2CL and GWT Charts library based on CHART.JS
https://pepstock-org.github.io/Charba-Wiki/docs
Apache License 2.0
62 stars 6 forks source link

Charba and Internet Explorer (11) #81

Closed MartinSchwarzbauer closed 1 year ago

MartinSchwarzbauer commented 1 year ago

Hi *!

I have to support aged browsers :( ! Now I have the problem, that IE 11 doesn't show our GWT webpage ... when I disable all the Charba stuff, UI is shown!

I've found this (old) help: https://github.com/pepstock-org/Charba/issues/29 Adding polyfill, or corejs.js ... doesn't solve my problems! The webpage is still not shown correctly.

Is there still a way to support Charba / Charts in IE11 or at least load page :) I use the Charba tables in Ui:Binder and I think this is the problem when the page is loaded, the source will create error and won't show up!

Any solutions? Or just handle the IE stuff in source (just inject charba and add Tables to DOM when !IE)

Thank you, Martin

stockiNail commented 1 year ago

@MartinSchwarzbauer Unfortunately Charba dropped the support of IE11 from version 4.0 because the support has been dropped by CHART.jS in version 3 as well. For some capabilities, polyfill can be helpful but not for CHART.JS. I think it could be better to remove polyfill doc part because could be misleading.

MartinSchwarzbauer commented 1 year ago

Ok thank you very much for your answer!

stockiNail commented 1 year ago

@MartinSchwarzbauer apologize... :(