Skip to content

Commit

Permalink
Changed example code
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanoid5 committed Jul 16, 2019
1 parent d0cd7e5 commit 12f3dea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const schemaFetch = fetch(
// Use VueFusionCharts plugins by calling the Vue.use() global method:
// Vue.use(VueFusionCharts, FusionCharts, Charts);

FusionCharts.options.SVGDefinitionURL = 'absolute';

//Use this to add vue-fusioncharts a component
let vFC = VueFCComponent(FusionCharts, Charts, TimeSeries);
Vue.component('fusioncharts', vFC);
Expand Down

0 comments on commit 12f3dea

Please sign in to comment.