TradingPal / react-native-highcharts

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

Chart font not change #92

Open amitpadmani opened 5 years ago

amitpadmani commented 5 years ago

I trying to change the font of the chart of highchart, but I am not able to see any change on the chart can anyone please help me.

Please check below code chart: { type: 'line', backgroundColor: '#FFF', labels: { style: { color: '#FFF' } }, style: { fontFamily: 'montserrat',fontSize:'15px' } },