Merge pull request #3360 from vallsv/feature-ms-duration

Feature decimal duration in second for gantt diagram
This commit is contained in:
Knut Sveidqvist
2022-09-01 16:23:42 +02:00
committed by GitHub
3 changed files with 42 additions and 34 deletions

View File

@@ -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
`,
{}
);