Skip to content
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

Open
PouriaSeyfi opened this issue May 11, 2020 · 7 comments
Open

Unknown custom element <fusioncharts> #63

PouriaSeyfi opened this issue May 11, 2020 · 7 comments

Comments

@PouriaSeyfi
Copy link

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

@hafiztahajamil
Copy link

@PouriaSeyfi Did you find any solution ?

@PouriaSeyfi
Copy link
Author

PouriaSeyfi commented Sep 6, 2020

@hafiztahajamil

I think resolved it this way :

import VueFusionCharts from 'vue-fusioncharts';

import FusionCharts from 'fusioncharts';
import Widgets from 'fusioncharts/fusioncharts.widgets';
import Charts from 'fusioncharts/fusioncharts.charts';
import Theme from 'fusioncharts/themes/fusioncharts.theme.fusion';

and

Vue.use(VueFusionCharts, FusionCharts, Charts,Widgets,Theme);

@nassimskysoft
Copy link

Bonjour,
J'ai la même erreur, y a t'il une solution?

@ryuchaehwa
Copy link

Hey I couldn't resolve the same issue with your way. Any updates..?

@Serj-M
Copy link

Serj-M commented Feb 1, 2021

The same problem

@TheDjuls
Copy link

I have the same problem , i resolved , registering globally the chart in this form:

import VueFusionCharts from 'vue-fusioncharts';
import FusionCharts from 'fusioncharts';
import Column2D from 'fusioncharts/fusioncharts.charts';
import TimeSeries from 'fusioncharts/fusioncharts.timeseries';
import FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion';

Vue.use(VueFusionCharts, FusionCharts, Column2D, TimeSeries ,FusionTheme);

i didn´t register in my local component, the FusionCharts component have all the necessary

@thealoneprogrammer
Copy link

I'm also facing the same issue. Any fix in 2022?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants