File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 27
27
>
28
28
FusionCharts will render here...
29
29
</ fusioncharts >
30
- < div v-show ="displayChart ">
31
- < fusioncharts
32
- :width ="width "
33
- :height ="height "
34
- :type ="type "
35
- :dataFormat ="dataFormat "
36
- :dataSource ="dataSource "
37
- >
38
- FusionCharts will render here...
39
- </ fusioncharts >
40
- </ div >
30
+ < fusioncharts
31
+ :width ="width "
32
+ :height ="height "
33
+ :type ="type "
34
+ :dataFormat ="dataFormat "
35
+ :dataSource ="dataSource "
36
+ >
37
+ FusionCharts will render here...
38
+ </ fusioncharts >
41
39
< button @click ="changeFirstChartAttr "> Change 1st Chart Attributes</ button >
42
40
< button @click ="changeSecondChartAttr ">
43
41
Change 2nd Chart Attributes
Original file line number Diff line number Diff line change @@ -99,8 +99,7 @@ var chart = new Vue({
99
99
}
100
100
]
101
101
}
102
- } ,
103
- displayChart : false
102
+ }
104
103
} ,
105
104
methods : {
106
105
changeFirstChartAttr : function ( ) {
@@ -130,7 +129,6 @@ var chart = new Vue({
130
129
schema
131
130
) ;
132
131
this . dataSource . data = fusionTable ;
133
- this . displayChart = true ;
134
132
} ) ;
135
133
}
136
134
} ) ;
You can’t perform that action at this time.
0 commit comments