vue-fusioncharts
vue-fusioncharts copied to clipboard
'Chart type not supported' message while using multilevelpie
HI,
i am trying to use the multilevelpie example from the website with cue-fusioncharts. I keep getting the chart type not supported message. The vue based example given here-link seems not functional. I first was getting can't initiate fusions charts without 'new' when tried to use Vue.use(fusion charts). After following your example on the GitHub,
let vFC = VueFCComponent(FusionCharts, Charts);
Vue.component('fusioncharts', vFC);
I was able to load the page without error, but the started getting chart type not supported message? Does this mean the VueFCComponent doesn't support this chart type?
Hi @balaram26 please have a look at this sample. Just change the dataSource with the appropriate one and also change the chart type to multilevelpie
If you're still facing any issue(s), please share a scaled down sample of your implementation.