Closed youk closed 1 year ago
Setting displayMode to compact has no effect. Tasks still occupy separate lines.
displayMode
compact
%%{init: { "gantt": { "displayMode": "compact" } }}%% gantt section Section Task 1 :2023, 2d Task 2 :2d
Expected (screenshot from https://mermaid.live/):
Actual:
Other configuration parameters like useWidth or numberSectionStyles work fine.
useWidth
numberSectionStyles
Sorry, I just realized the plugin has nothing to do with this issue.
Setting
displayMode
tocompact
has no effect. Tasks still occupy separate lines.Expected (screenshot from https://mermaid.live/):
Actual:
Other configuration parameters like
useWidth
ornumberSectionStyles
work fine.