react-native-highcharts
react-native-highcharts copied to clipboard
Chart font not change
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' } },