Today line for gantt chart

This commit is contained in:
knsv
2015-02-25 00:07:13 +01:00
parent 182729e015
commit 0955c4c428
7 changed files with 200 additions and 64 deletions

View File

@@ -152,6 +152,11 @@
fill: #8a90dd;
stroke-width:2;
}
.today {
fill:none;
stroke:red;
stroke-width:2px;
}
</style>
</head>
<body>
@@ -165,12 +170,12 @@
title Adding GANTT diagram functionality to mermaid
section Design
Design jison grammar :done, crit, des1, 2014-01-01, 2014-01-04
Create example text :done, des2, 2014-01-01, 3d
Design jison grammar :done, crit, des1, 2014-01-06, 2014-01-09
Create example text :done, des2, 2014-01-06, 3d
Bounce gantt example with users :active, crit, des3, after des2, 5d
section Implementation
update build script :2014-01-02,24h
update build script :2014-01-06,24h
Implement parser and jison :after des1, 2d
Create tests for parser :active, 3d
Create renderer :crit, 5d