highcharts / highcharts-react-native

Other
103 stars 79 forks source link

Not working for variablepie type chart #76

Closed Anujmoglix closed 4 years ago

Anujmoglix commented 4 years ago

Hi , I am able to show pie chart normally but with type:variablepie it is not working . code is as following

chartPie: { chart: { type: 'variablepie' //othertype is working }, title: { text: '' }, credits: { enabled: false }, tooltip: { headerFormat: '', pointFormat: '<span style="color:{point.color}">\u25CF</span> <b> {point.name}</b><br/>' }, plotOptions: { series: { dataLabels: { enabled: false } } },

Anujmoglix commented 4 years ago

fixed by using const modules = [ 'highcharts-more', 'variable-pie' ];