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
I am getting the following error : Unknown custom element: <fusioncharts> when I am using import { FCComponent } from "vue-fusioncharts"; . This is the code from https://www.fusioncharts.com/charts/gauges/gauge-linear-scale-with-colored-categories?framework=vue.
The second one is : TypeError: Vue.component is not a function when trying to register the components. It doesn't work using it as a plugin also. There is a fix for this example?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi guys,
I am getting the following error :
Unknown custom element: <fusioncharts>
when I am usingimport { FCComponent } from "vue-fusioncharts";
. This is the code from https://www.fusioncharts.com/charts/gauges/gauge-linear-scale-with-colored-categories?framework=vue.The second one is :
TypeError: Vue.component is not a function
when trying to register the components. It doesn't work using it as a plugin also. There is a fix for this example?Thank you!
The text was updated successfully, but these errors were encountered: