cgatno / sunburst-chart-periodic-table

Recreation of The Periodic Table of the Elements using a Wijmo sunburst chart and some custom JavaScript. ⚗️📊
https://www.grapecity.com/en/blogs/rethinking-periodic-table-wijmo-sunburst/
Other
8 stars 2 forks source link

Compatibility #5

Closed cgatno closed 7 years ago

cgatno commented 7 years ago

Compatibility Issues

There are some browser compatibility issues that we need to clear up before this thing is ready for production everywhere. I'll list them out in this issue, and we'll just have to go through and fix them piece wise until we get them all taken care of. If you find anything else or have a fix for something, don't be afraid to contribute!

All compatibility fixes will go into shim.js in the root directory.

Compatibility issues:

  1. ~Array.find() - polyfill required for this in DataSourceAdapter.js~
cgatno commented 7 years ago

Commit 288c1ef4526a29c96a553c4cc8b431309efc3346 fixes compatibility issue 1