mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 22:39:56 +02:00
Today line for gantt chart
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user