You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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,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?
The text was updated successfully, but these errors were encountered: