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
At the moment <micro-chart> renders times with the default Chart.js format. Adjust it to align with the rest of the app, i.e. use native toLocaleString().
We may be able to achieve this by hooking into DateAdapter.format():
At the moment
<micro-chart>
renders times with the default Chart.js format. Adjust it to align with the rest of the app, i.e. use nativetoLocaleString()
.We may be able to achieve this by hooking into
DateAdapter.format()
:The text was updated successfully, but these errors were encountered: