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
We should start using Chart.js v3 when it comes out. Some improvements that this allows:
Tree shaking for Chart modules that we do not use
Use date-fns instead of Moment to reduce build size. We could probably remove some of the helpers from our own date module with date-fns instead as well.
The text was updated successfully, but these errors were encountered:
Precheck
We should start using Chart.js v3 when it comes out. Some improvements that this allows:
date-fns
instead of Moment to reduce build size. We could probably remove some of the helpers from our owndate
module withdate-fns
instead as well.The text was updated successfully, but these errors were encountered: