Jacco van den Berg
Jacco van den Berg
But this did not change between v3 and v4
No, that line is about the overrides we did in the code, not about what the user specified. So in our controllers we overrode those functions but as user you...
This seems like an issue with your surrounding code, the code you posted runs fine if you add the missing variables Please add a fiddle or codepen with a reproducable...
Closing as not reproducible
The peerDependency is `"chart.js": ">=2.8.0"` so it should work fine with 4.0
As per the issue template a reproducible sample is required, without it we can't help you. If I look at our documentation the charts don't disappear so this behavior is...
I think this has to do with that it infers it as a radial scale, if you add the following to your scale config it shows correctly (as a temporary...
Looked in the code, this behaviour is happening because of this method: https://github.com/chartjs/Chart.js/blob/767d64e7a90dbfe94f9c5d159a890054818c1680/src/core/core.config.js#L40C1-L53C2 And then specificly this line: https://github.com/chartjs/Chart.js/blob/767d64e7a90dbfe94f9c5d159a890054818c1680/src/core/core.config.js#L47 It is looking at the first letter of your scale name...
V3 is out of support and won't get any new updates, if you want this update for V3 you can always implement it yourself, build the project and ship it...
We are a small team of developers that try our best to maintain chart.js so it is not feasable for us to keep maintaing older versions of the software. So...