mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
12 lines
263 B
INI
12 lines
263 B
INI
{
|
|
"titleTopMargin":25,
|
|
"barHeight":20,
|
|
"barGap":4,
|
|
"topPadding":50,
|
|
"sidePadding":75,
|
|
"gridLineStartPadding":35,
|
|
"fontSize":11,
|
|
"numberSectionStyles":3,
|
|
"axisFormatter": [["%-m/%-d", "function (d){return d.getDay() == 1;}"]]
|
|
}
|