Closed
Description
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:
ticks: {
callback: (value, index, values) => `£ ${value}`,
},
return the value only, it doesnt include the £.
Environment
- vue.js version: 2.6.12
- vue-chart.js version: 3.5.1
- chart.js version: 2.9.4
- npm version: 6.12.1
Metadata
Metadata
Assignees
Labels
No labels