Skip to content

Commit 5b42f49

Browse files
committed
Merged
2 parents 7416fa2 + 4dcb874 commit 5b42f49

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ charts on the anychart stage and how to add the after-draw handler.
300300

301301
## License
302302

303-
[© AnyChart.com - JavaScript charts](http://www.anychart.com). All rights reserved.
303+
[© AnyChart.com - JavaScript charts](http://www.anychart.com). AnyChart AngularJS plugin is released under the [Apache 2.0 License](https://github.com/AnyChart/AnyChart-AngularJS-v1.x/blob/master/LICENSE).
304304

305305

306306

demos/Gantt_Project_After_Draw.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
ac-type="ganttProject"
4040
ac-data="myData"
4141
ac-chart-draw="fitAll"
42-
ac-splitter-position="300"
42+
ac-splitter-position="222"
4343
style="width: 100%; height: 100%">
4444
</div>
4545
</body>

demos/Gantt_Resource_Instance_Usage.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@
8585
$scope.decorate = function(chart) {
8686
chart.zoomTo(Date.UTC(2014, 3, 8), Date.UTC(2014, 3, 13));
8787

88+
chart.title().padding().top(15);
89+
8890
var dataGrid = chart.dataGrid();
8991

9092
// styling the data grid
@@ -114,8 +116,8 @@
114116
<div
115117
anygantt
116118
ac-data="myData"
117-
ac-title="External events"
118-
ac-splitter-position="200"
119+
ac-title="External Events example, see browser console for details."
120+
ac-splitter-position="171"
119121
ac-instance="ch"
120122
ac-chart-draw="decorate"
121123
style="width: 100%; height: 100%">

demos/Simple_Gantt_Project.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@
5555
anygantt
5656
ac-type="ganttProject"
5757
ac-data="myData"
58-
ac-title="Activity-Oriented Chart"
59-
ac-splitter-position="200"
58+
ac-splitter-position="225"
6059
style="width: 100%; height: 100%">
6160
</div>
6261
</body>

0 commit comments

Comments
 (0)