Highcharts proposes a workaround until Microsoft fixes the rendering issue, but the workaround entails wrapping the Legend.positionItem function so that we can call setTimeout().
How does one integrate this kind of wrapper into a GWTHighcharts application?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm working on getting our GWTHighcharts app to work with IE11, and specifically to wire-in the fix for the issue raised in https://github.com/highslide-software/highcharts.com/issues/2030?source=cc
Highcharts proposes a workaround until Microsoft fixes the rendering issue, but the workaround entails wrapping the Legend.positionItem function so that we can call setTimeout().
How does one integrate this kind of wrapper into a GWTHighcharts application?
Disregard. I implemented the workaround directly into HighCharts.