fix: also set weekday value to sunday in clear

This commit is contained in:
Lei Nelissen 2023-07-14 10:04:22 +02:00
parent d9c15b1e7a
commit 11f2e31ff1
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ export const clear = function () {
lastOrder = 0;
links = {};
commonClear();
weekday = undefined;
weekday = 'sunday';
};
export const setAxisFormat = function (txt) {