Skip to content

Commit 12f3dea

Browse files
committed
Changed example code
1 parent d0cd7e5 commit 12f3dea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

example/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ const schemaFetch = fetch(
1818
// Use VueFusionCharts plugins by calling the Vue.use() global method:
1919
// Vue.use(VueFusionCharts, FusionCharts, Charts);
2020

21-
FusionCharts.options.SVGDefinitionURL = 'absolute';
22-
2321
//Use this to add vue-fusioncharts a component
2422
let vFC = VueFCComponent(FusionCharts, Charts, TimeSeries);
2523
Vue.component('fusioncharts', vFC);

0 commit comments

Comments
 (0)