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
@apertureless FYI, I just found out that chartjs/Chart.js#7918 introduced a breaking change for reactive chart config or config containing reactive objects. Once merged, reactive objects are not anymore enumerable thus can't be iterated (Object.keys() returning an empty array). This can break some Vue.js integrations, such as the datalabels plugin Vuepress docs.
Expected Behavior
Actual Behavior
After I upgrade chart.js to 2.9.4, some configs in the tick option don't work anymore, it seems to get overwritten by chartjs options
For example:
return the value only, it doesnt include the £.
Environment
The text was updated successfully, but these errors were encountered: