mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-28 12:46:42 +02:00
Merge pull request #3360 from vallsv/feature-ms-duration
Feature decimal duration in second for gantt diagram
This commit is contained in:
@@ -175,7 +175,7 @@ describe('Gantt diagram', () => {
|
||||
Another task :after a1, 20ms
|
||||
section Another
|
||||
Another another task :b1, 20, 12ms
|
||||
Another another another task :after b1, 24ms
|
||||
Another another another task :after b1, 0.024s
|
||||
`,
|
||||
{}
|
||||
);
|
||||
|
Reference in New Issue
Block a user