Jacco van den Berg
Jacco van den Berg
yes your config would indeed make 2 x and 2 y axes with the proposed change. So if we do this I think we need to make it verry clear...
Changes also need to be reflected in the migration guide: https://github.com/chartjs/Chart.js/blob/master/docs/migration/v4-migration.md
On an addition on the reaction I left on @kurkle comment, maby you can delete the labels array from the bubble and scatter samples so they dont show a wrong...
@etimberg @kurkle should we remove the `hoverBorderWidth` option in favour of `pointHoverBorderWidth`? And maby next to that also remove the feature that setting the `background` and `border*` options also apply...
Closing as per lack of testcase
Closed it because it's a duplicate
Interesting ci did not fail on it, will look at it later
@dangreen I don't seen the get the error when runnning `npm run lint-js` so I guess your way of running eslint might take another config file. **EDIT:** I don't know...
If im correct you get the chart object in your onZoom callback, here you can call `chart.scales[scaleId].min` and `chart.scales[scaleId].max` if im correct (cant test atm but verry sure this should...
You can still override the callbacks by configuring it in the `options` for those charts or in the defaults for that controller