hrbrmstr / metricsgraphics

:chart_with_upwards_trend: htmlwidget interface to the MetricsGraphics.js D3 chart library
http://hrbrmstr.github.io/metricsgraphics/
Other
132 stars 35 forks source link

IE cannot render charts with jquery 2.1 #14

Open yutannihilation opened 9 years ago

yutannihilation commented 9 years ago

IE users can't see the graph generated by metricsgraphics at all. In case you are a non-Windows user, here is a screenshot I took with my IE11:

ie

Meanwhile, the official site [http://metricsgraphicsjs.org/] works perfectly fine with IE. One of the differences is the version of jquery; They uses 1.11.1 and we use 2.1.X in this metricsgraphics package.

I did bower install jquery#1.11.1 in metricsgraphics as an experiment, and then I saw charts were drawn correctly. It seems better to downgrade jquery, if you care about IE :)