vue-fusioncharts icon indicating copy to clipboard operation
vue-fusioncharts copied to clipboard

'Chart type not supported' message while using multilevelpie

Open balaram26 opened this issue 6 years ago • 1 comments

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?

balaram26 avatar Jun 13 '19 03:06 balaram26

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.

rohanoid5 avatar Jul 22 '19 11:07 rohanoid5