TradingPal / react-native-highcharts

📈 Add Highcharts charts to react-native app for IOS and Android
https://github.com/TradingPal/react-native-highcharts
256 stars 158 forks source link

Remove jQuery dependency to speed up loading #75

Open novellizator opened 6 years ago

novellizator commented 6 years ago

Only DOMContentsLoad event was used, which has support everywhere. Loading of jQuery was very time consuming, so I replaced that.