dylankuo Report post Posted September 10, 2020 I follows instructions in https://www.fusioncharts.com/dev/getting-started/vue/your-first-chart-using-vuejs to create a new project, it works. But when I replace "column2d" with "angulargauge", the console show the error message as follows. Attached file is the sample code. Please help me to solve this issue. Thank you. App.vue Share this post Link to post Share on other sites
Srishti Jaiswal Report post Posted September 10, 2020 Hi, We are not getting this error at our end. In the below FusionCharts Angular Gauge Vue sample the gauge is rendered without any error. Please refer to this link for the implementation: https://codesandbox.io/s/angular-gauge-98s70 We have checked your provided sample and it seems that you have not imported "fusioncharts/fusioncharts.widgets" from the FusionCharts library. The "AngularGauge" is a widget and requires the "fusioncharts/fusioncharts.widgets" file to render successfully. We would suggest you please implement the above sample and if you still face any issue then please replicate the same in the above sample and share with us. Hope this will help. Thanks, Srishti Jaiswal Share this post Link to post Share on other sites
dylankuo Report post Posted September 10, 2020 Hi, After importing "fusioncharts/fusioncharts.widgets", it works. Thanks. Share this post Link to post Share on other sites
Srishti Jaiswal Report post Posted September 10, 2020 (edited) Thanks for the acknowledgement. We are glad to know that the solution was helpful. Feel free to revert us back for any further assistance. Edited September 10, 2020 by Srishti Jaiswal Share this post Link to post Share on other sites