mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
fix: also set weekday value to sunday in clear
This commit is contained in:
parent
d9c15b1e7a
commit
11f2e31ff1
@ -67,7 +67,7 @@ export const clear = function () {
|
||||
lastOrder = 0;
|
||||
links = {};
|
||||
commonClear();
|
||||
weekday = undefined;
|
||||
weekday = 'sunday';
|
||||
};
|
||||
|
||||
export const setAxisFormat = function (txt) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user