Issue - Short tasks (duration << X axis range) do not render visibly when displayed on gantt charts with long (timespan >> task width).
Possible solution #1 - modify mermaid.js to "catch" tasks with "width=0" and add "1" to the width
Possible solution #2 - Use CSS to set "minimum-width" of tasks.
What to do?
Note: MW 1.34 w/ Mermaid v2.2.0