File tree 34 files changed +193
-177
lines changed
34 files changed +193
-177
lines changed Original file line number Diff line number Diff line change 1
- < fc-chart
2
- fc-width ="600 "
3
- fc-height ="400 "
4
- fc-type ="column2d "
5
- fc-datasource ="{{myDataSource}} "
6
- fc-chart-click ="chartClicked "
7
- > </ fc-chart >
1
+ < fusioncharts
2
+ width ="600 "
3
+ height ="400 "
4
+ type ="column2d "
5
+ datasource ="{{myDataSource}} "
6
+ > </ fusioncharts >
Original file line number Diff line number Diff line change @@ -28,11 +28,10 @@ $scope.myDataSource = {
28
28
}]
29
29
};
30
30
< % } else if (src=== " html" ) { % >
31
- < fc- chart
32
- fc- width= " 600"
33
- fc- height= " 400"
34
- fc- type= " column2d"
35
- fc- datasource= " {{myDataSource}}"
36
- fc- chart- click= " chartClicked"
37
- >< / fc- chart>
31
+ < fusioncharts
32
+ width= " 600"
33
+ height= " 400"
34
+ type= " column2d"
35
+ datasource= " {{myDataSource}}"
36
+ >< / fusioncharts>
38
37
< % } %>
Original file line number Diff line number Diff line change 1
- < fc-chart
2
- fc- width ="600 "
3
- fc- height ="400 "
4
- fc- type ="pie3d ",
5
- fc- datasource ="{{myDataSource}} "
6
- > </ fc-chart >
1
+ < fusioncharts
2
+ width ="600 "
3
+ height ="400 "
4
+ type ="pie3d ",
5
+ datasource ="{{myDataSource}} "
6
+ > </ fusioncharts >
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ $scope.myDataSource = {
33
33
]
34
34
}
35
35
< % } else if (src=== " html" ) { % >
36
- < fc - chart
37
- fc - width= " 600"
38
- fc - height= " 400"
39
- fc - type= " pie3d" ,
40
- fc - datasource= " {{myDataSource}}"
41
- >< / fc - chart >
36
+ < fusioncharts
37
+ width= " 600"
38
+ height= " 400"
39
+ type= " pie3d" ,
40
+ datasource= " {{myDataSource}}"
41
+ >< / fusioncharts >
42
42
< % } %>
Original file line number Diff line number Diff line change 1
- < div fc-chart
2
- fc- width ="600 "
3
- fc- height ="400 "
4
- fc- type ="mscombi2d ",
5
- fc- datasource ="{{dataSource}} "
1
+ < div fusioncharts
2
+ width ="600 "
3
+ height ="400 "
4
+ type ="mscombi2d ",
5
+ datasource ="{{dataSource}} "
6
6
> </ div >
Original file line number Diff line number Diff line change 181
181
]
182
182
}
183
183
< % } else if (src=== " html" ) { % >
184
- < div fc - chart
185
- fc - width= " 600"
186
- fc - height= " 400"
187
- fc - type= " mscombi2d" ,
188
- fc - datasource= " {{dataSource}}"
184
+ < div fusioncharts
185
+ width= " 600"
186
+ height= " 400"
187
+ type= " mscombi2d" ,
188
+ datasource= " {{dataSource}}"
189
189
>< / div>
190
190
< % } %>
Original file line number Diff line number Diff line change 1
- < fc-chart
2
- fc- width ="300 "
3
- fc- height ="200 "
4
- fc- type ="column2d ",
5
- fc- datasource ="{{dataSource}} "
6
- > </ fc-chart >
7
- < div fc-chart
8
- fc- width ="300 "
9
- fc- height ="200 "
10
- fc- type ="column2d ",
11
- fc- datasource ="{{dataSource}} "
1
+ < fusioncharts
2
+ width ="300 "
3
+ height ="200 "
4
+ type ="column2d ",
5
+ datasource ="{{dataSource}} "
6
+ > </ fusioncharts >
7
+ < div fusioncharts
8
+ width ="300 "
9
+ height ="200 "
10
+ type ="column2d ",
11
+ datasource ="{{dataSource}} "
12
12
> </ div >
Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ $scope.dataSource = {
28
28
}]
29
29
};
30
30
< % } else if (src=== " html" ) { % >
31
- < fc - chart
32
- fc - width= " 300"
33
- fc - height= " 200"
34
- fc - type= " column2d" ,
35
- fc - datasource= " {{dataSource}}"
36
- >< / fc - chart >
37
- < div fc - chart
38
- fc - width= " 300"
39
- fc - height= " 200"
40
- fc - type= " column2d" ,
41
- fc - datasource= " {{dataSource}}"
31
+ < fusioncharts
32
+ width= " 300"
33
+ height= " 200"
34
+ type= " column2d" ,
35
+ datasource= " {{dataSource}}"
36
+ >< / fusioncharts >
37
+ < div fusioncharts
38
+ width= " 300"
39
+ height= " 200"
40
+ type= " column2d" ,
41
+ datasource= " {{dataSource}}"
42
42
>< / div>
43
43
< % } %>
Original file line number Diff line number Diff line change 1
- < fc-chart fc-data-format ="jsonurl " fc- datasource ="data/data.json " fc- type ="column2d " fc- width ="600 " fc- height ="400 "> </ fc-chart >
1
+ < fusioncharts dataformat ="jsonurl " datasource ="data/data.json " type ="column2d " width ="600 " height ="400 "> </ fusioncharts >
Original file line number Diff line number Diff line change 1
1
<% if (src=== " js" ) { % >
2
2
3
3
< % } else if (src=== " html" ) { % >
4
- < fc - chart fc - data - format = " jsonurl" fc - datasource= " data/data.json" fc - type= " column2d" fc - width= " 600" fc - height= " 400" >< / fc - chart >
4
+ < fusioncharts dataformat = " jsonurl" datasource= " data/data.json" type= " column2d" width= " 600" height= " 400" >< / fusioncharts >
5
5
< % } %>
Original file line number Diff line number Diff line change 1
- < fc-chart fc-data-format ="xmlurl " fc- datasource ="data/data.xml " fc- type ="column2d " fc- width ="600 " fc- height ="400 "> </ fc-chart >
1
+ < fusioncharts dataformat ="xmlurl " datasource ="data/data.xml " type ="column2d " width ="600 " height ="400 "> </ fusioncharts >
Original file line number Diff line number Diff line change 1
1
<% if (src=== " js" ) { % >
2
2
3
3
< % } else if (src=== " html" ) { % >
4
- < fc - chart fc - data - format = " xmlurl" fc - datasource= " data/data.xml" fc - type= " column2d" fc - width= " 600" fc - height= " 400" >< / fc - chart >
4
+ < fusioncharts dataformat = " xmlurl" datasource= " data/data.xml" type= " column2d" width= " 600" height= " 400" >< / fusioncharts >
5
5
< % } %>
Original file line number Diff line number Diff line change 1
- < div fc-chart
2
- fc- width ="600 "
3
- fc- height ="400 "
4
- fc- type ="column2d ",
5
- fc- datasource ="{{dataSource}} "
1
+ < div fusioncharts
2
+ width ="600 "
3
+ height ="400 "
4
+ type ="column2d ",
5
+ datasource ="{{dataSource}} "
6
6
> </ div >
7
7
< p > < a class ="btn btn-default " ng-click ="updateMyChartData() "> Click me to change data</ a > </ p >
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ $scope.updateMyChartData = function () {
36
36
$scope .dataSource .data [3 ].value = " 210000" ;
37
37
};
38
38
< % } else if (src=== " html" ) { % >
39
- < div fc - chart
40
- fc - width= " 600"
41
- fc - height= " 400"
42
- fc - type= " column2d" ,
43
- fc - datasource= " {{dataSource}}"
39
+ < div fusioncharts
40
+ width= " 600"
41
+ height= " 400"
42
+ type= " column2d" ,
43
+ datasource= " {{dataSource}}"
44
44
>< / div>
45
45
< p>< a class = " btn btn-default" ng- click= " updateMyChartData()" > Click me to change data< / a>< / p>
46
46
< % } %>
Original file line number Diff line number Diff line change 1
- < div fc-chart
2
- fc- width ="600 "
3
- fc- height ="400 "
4
- fc- type ="column2d ",
5
- fc- datasource ="{{dataSource}} "
6
- fc- events ="events "
1
+ < div fusioncharts
2
+ width ="600 "
3
+ height ="400 "
4
+ type ="column2d ",
5
+ datasource ="{{dataSource}} "
6
+ events ="events "
7
7
> </ div >
8
8
< p > The value that you have selected is: {{ selectedValue }}</ p >
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ $scope.events = {
37
37
}
38
38
}
39
39
< % } else if (src=== " html" ) { % >
40
- < div fc - chart
41
- fc - width= " 600"
42
- fc - height= " 400"
43
- fc - type= " column2d" ,
44
- fc - datasource= " {{dataSource}}"
45
- fc - events= " events"
40
+ < div fusioncharts
41
+ width= " 600"
42
+ height= " 400"
43
+ type= " column2d" ,
44
+ datasource= " {{dataSource}}"
45
+ events= " events"
46
46
>< / div>
47
47
< p> The value that you have selected is: {{ selectedValue }}< / p>
48
48
< % } %>
Original file line number Diff line number Diff line change 1
- < div fc-chart
2
- fc- width ="600 "
3
- fc- height ="400 "
4
- fc- type ="column2d ",
5
- fc- datasource ="{{dataSource}} "
1
+ < div fusioncharts
2
+ width ="600 "
3
+ height ="400 "
4
+ type ="column2d ",
5
+ datasource ="{{dataSource}} "
6
6
> </ div >
7
7
< p > < a class ="btn btn-default " ng-click ="changeBackgroundColor() "> Change chart background color</ a >
8
8
< a class ="btn btn-default " ng-click ="changeCaptionTextAlignment() "> Make Caption text left-aligned</ a >
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ $scope.changeCaptionTextAlignment = function () {
36
36
$scope .dataSource .chart .captionAlignment = " left" ;
37
37
};
38
38
< % } else if (src=== " html" ) { % >
39
- < div fc - chart
40
- fc - width= " 600"
41
- fc - height= " 400"
42
- fc - type= " column2d" ,
43
- fc - datasource= " {{dataSource}}"
39
+ < div fusioncharts
40
+ width= " 600"
41
+ height= " 400"
42
+ type= " column2d" ,
43
+ datasource= " {{dataSource}}"
44
44
>< / div>
45
45
< p>< a class = " btn btn-default" ng- click= " changeBackgroundColor()" > Change chart background color< / a>
46
46
< a class = " btn btn-default" ng- click= " changeCaptionTextAlignment()" > Make Caption text left- aligned< / a>
Original file line number Diff line number Diff line change 1
- < div fc-chart
2
- fc- width ="600 "
3
- fc- height ="400 "
4
- fc- type ="msline "
5
- fc- chart-attrs ="{{attrs}} "
6
- fc- categories ="{{categories}} "
7
- fc- dataset ="{{dataset}} "
1
+ < div fusioncharts
2
+ width ="600 "
3
+ height ="400 "
4
+ type ="msline "
5
+ chart ="{{attrs}} "
6
+ categories ="{{categories}} "
7
+ dataset ="{{dataset}} "
8
8
> </ div >
Original file line number Diff line number Diff line change @@ -149,12 +149,12 @@ $scope.dataset = [
149
149
}
150
150
];
151
151
< % } else if (src=== " html" ) { % >
152
- < div fc - chart
153
- fc - width= " 600"
154
- fc - height= " 400"
155
- fc - type= " msline"
156
- fc - chart- attrs = " {{attrs}}"
157
- fc - categories= " {{categories}}"
158
- fc - dataset= " {{dataset}}"
152
+ < div fusioncharts
153
+ width= " 600"
154
+ height= " 400"
155
+ type= " msline"
156
+ chart= " {{attrs}}"
157
+ categories= " {{categories}}"
158
+ dataset= " {{dataset}}"
159
159
>< / div>
160
160
< % } %>
You can’t perform that action at this time.
0 commit comments