fusioncharts / vue-fusioncharts

Vue Component for FusionCharts JavaScript Charting Library
https://fusioncharts.github.io/vue-fusioncharts/
MIT License
89 stars 31 forks source link

components errors #67

Open balthagul opened 4 years ago

balthagul commented 4 years ago

Hi guys,

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!

ryuchaehwa commented 3 years ago

Hey, any updates?