react-native-highcharts icon indicating copy to clipboard operation
react-native-highcharts copied to clipboard

Chart font not change

Open amitpadmani opened this issue 6 years ago • 0 comments

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' } },

amitpadmani avatar Jan 11 '19 11:01 amitpadmani