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

Add prop for stock chart #8

Closed nkov closed 7 years ago

nkov commented 7 years ago

This will allow to load the highstocks library on top of highcharts based on a prop.

<ChartView stock={true} />

Updated PR: https://github.com/TradingPal/react-native-highcharts/pull/11