You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The startOf function is accepting a boolean for Sunday(false) and Monday(true).
Instead it should get the the week day (number) between 0 (Sunday) and 6(Saturday) in order to be more flexible to provide the startOf the week based on the parameter.
The startOf function is accepting a boolean for Sunday(false) and Monday(true).
Instead it should get the the week day (number) between 0 (Sunday) and 6(Saturday) in order to be more flexible to provide the startOf the week based on the parameter.
See chartjs/chartjs-adapter-luxon#23
The text was updated successfully, but these errors were encountered: