Closed
Description
Expected behavior
I'm developing https://github.com/sgratzl/chartjs-chart-geo and I'm in the process to upgrade to chart.js v4. Part of the plugin are multiple new scales types configured in scale keys like xy
, size
, and color
.
I expect that I don't to alter the configuration and it keeps working like before
Current behavior
However, I now get this error:
Cannot determine type of '${name}' axis. Please provide 'axis' or 'position' option.
which I don't understand or how I fix it
Reproducible sample
https://codepen.io/sgratzl/pen/GRGzEjb
Optional extra steps/info to reproduce
No response
Possible solution
No response
Context
No response
chart.js version
v4.0.1
Browser name and version
No response
Link to your project
No response