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

how to add gradient for the sections in pie chart #63

Open pranitakale opened 6 years ago

pranitakale commented 6 years ago

Getting undefined for the Highcharts.Color colors: { radialGradient: {cx: 0.5, cy: 0.3, r: 0.7}, stops: [ [0, globals.legendColor], [1, Highcharts.Color(globals.legendColor).brighten(-0.3).get('rgb')] ] }