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

Use the actual stockChart #12

Closed nkov closed 7 years ago

nkov commented 7 years ago

A few days ago I opened PR #11 to use the Highcharts stock chart by replacing the included source file. This worked partially but only limited functionality was available from Highstocks this way.

It's also necessary to call Highcharts.stockChart instead of Highcharts.chart on the container to load the full features of the stock chart.

Sorry for the (previous) incomplete PR.