Skip to content

Commit 9c4d79d

Browse files
committed
feedback changes
1 parent 083918a commit 9c4d79d

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

src/app/app.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ <h3><a href="http://fusioncharts.github.io/angular-fusioncharts/"><img src="http
99
<div class="jumbotron">
1010
<img src="./assets/images/ng-fc-logo.png" class="logo">
1111
<h1>Angular FusionCharts</h1>
12-
<p>Simple and effective Angular wrapper for FusionCharts JavaScript Charting Library.</p>
12+
<p>Simple and effective Angular module for FusionCharts JavaScript Charting Library.</p>
1313
</div>
1414
<div class="row">
1515
<div class="col-md-4">
1616
<h3>About Angular FusionCharts</h3>
1717
<p>
18-
This Angular component provides bindings for <a href="http://fusioncharts.com">FusionCharts JavaScript Charting Library</a>. It easily adds rich and interactive charting to your Angular ( 2 and onwards) Projects.
18+
This Angular module provides bindings for <a href="http://fusioncharts.com">FusionCharts JavaScript Charting Library</a>. It easily adds rich and interactive charting to your Angular ( 2 and onwards) projects.
1919
</p>
2020
</div>
2121
<div class="col-md-4 ">

src/app/fusioncharts/ex10/ex10.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</style>
1010

1111
<fusioncharts
12-
width="700"
12+
width="600"
1313
height="400"
1414
type="column2D"
1515
[dataSource]="dataSource"
@@ -18,7 +18,7 @@
1818

1919
<fusioncharts
2020
width="600"
21-
height="600"
21+
height="400"
2222
type="stackedcolumn2d"
2323
dataFormat="json"
2424
[dataSource]="stackedColumnData">

src/app/fusioncharts/ex12/ex12.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<fusioncharts
22
type="angulargauge"
33
width="450"
4-
height="250"
4+
height="300"
55
dataFormat="json"
66
[dataSource]="dataSource"
77
></fusioncharts>

0 commit comments

Comments
 (0)