We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cd7e5 commit 12f3deaCopy full SHA for 12f3dea
example/index.js
@@ -18,8 +18,6 @@ const schemaFetch = fetch(
18
// Use VueFusionCharts plugins by calling the Vue.use() global method:
19
// Vue.use(VueFusionCharts, FusionCharts, Charts);
20
21
-FusionCharts.options.SVGDefinitionURL = 'absolute';
22
-
23
//Use this to add vue-fusioncharts a component
24
let vFC = VueFCComponent(FusionCharts, Charts, TimeSeries);
25
Vue.component('fusioncharts', vFC);
0 commit comments