我将甘特图美人鱼文件创建为sample.mmd
,将配置文件创建为config.json
,并且我正在使用mmdc -i "sample.mmd" -o "team sample.pdf" -c config.json
命令以pdf格式生成甘特图
我的图表是正确的,但是配置设置没有应用到我的图表中。
我引用了https://mermaidjs.github.io/gantt.html,但是我的代码没有发现错误
{"mermaid.ganttConfig": {
"titleTopMargin":250,
"barHeight":200,
"barGap":40,
"topPadding":750,
"sidePadding":750
}
}
gantt
title A Gantt Diagram
dateFormat YYYY-MM-DD
section Section
A task :a1, 2014-01-01, 30d
Another task :after a1 , 20d
section Another
Task in sec :2014-01-12 , 12d
another task : 24d
我希望甘特图的各个部分之间应该有更多的空间