mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-12 20:09:46 +02:00
chore: also default to sundat in ganttDb
This commit is contained in:
@@ -37,7 +37,7 @@ const tags = ['active', 'done', 'crit', 'milestone'];
|
|||||||
let funs = [];
|
let funs = [];
|
||||||
let inclusiveEndDates = false;
|
let inclusiveEndDates = false;
|
||||||
let topAxis = false;
|
let topAxis = false;
|
||||||
let weekday = undefined;
|
let weekday = 'sunday';
|
||||||
|
|
||||||
// The serial order of the task in the script
|
// The serial order of the task in the script
|
||||||
let lastOrder = 0;
|
let lastOrder = 0;
|
||||||
|
Reference in New Issue
Block a user