-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown custom element <fusioncharts> #63
Comments
@PouriaSeyfi Did you find any solution ? |
I think resolved it this way :
and
|
Bonjour, |
Hey I couldn't resolve the same issue with your way. Any updates..? |
The same problem |
I have the same problem , i resolved , registering globally the chart in this form: import VueFusionCharts from 'vue-fusioncharts'; Vue.use(VueFusionCharts, FusionCharts, Column2D, TimeSeries ,FusionTheme); i didn´t register in my local component, the FusionCharts component have all the necessary |
I'm also facing the same issue. Any fix in 2022? |
Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
i use exactly this example :
https://www.fusioncharts.com/charts/gauges/gauge-with-trend?framework=vue
The text was updated successfully, but these errors were encountered: