Gantt chart in VS Code isn't showing activity visualizations for simple sequence
cgillum opened this issue · 2 comments
Repro steps:
- Install VS Code extension (I installed it today)
- Connect it to my local storage emulator
- Run a "Hello Sequence" orchestration from the samples
The resulting Gantt chart doesn't show visuals for the three activity functions that were run. The text is there showing the name of the functions and their execution time, but no colorful horizontal bars.
I was expecting to see bars for each of the activity function executions, just like the screenshot in the README for this project. I'll understand if this is because the activity functions completed so quickly, but it would be nice to have a small graphic showing approximately where it started and completed.
(BTW, this is an awesome tool - I would love to start promoting it more - thanks for the hard work you put into it)
Really appreciate your feedback, @cgillum ! I've seen you mentioned DfMon in the official docs, thanks a lot for that!
Now people have finally started using it, which is plain to see from the number of issues raised :)
Back to business, I'm afraid, we're hitting mermaid's limitation here, which is incapable of showing intervals smaller than 1 sec (after all it was originally intended for project management, where everything is measured in human-hours, not human-milliseconds).
But I can try to find some workaround...
fixed in v4.6. Pls, validate.