Jacco van den Berg
Jacco van den Berg
TODO: Add note in migration guide after https://github.com/chartjs/Chart.js/pull/10010 is merged that has setup for migration guide
TODO: add note in migration guide
TODO: Add note in migration guide after #10010 is merged that has setup for migration guide
### Feature Proposal Remove the default scale override for x/y axis if a different axis id is given. In case you want to add a second x axis you need...
### Expected behavior When specifieng font options in the root of the options object it should get applied to all the text which does not get overriden explicetly. ### Current...
### Feature Proposal Currently when using tree shaking to create a verry basic scatter plot you need to import and register the lineElement since it extends the line controller and...
### Feature Proposal Comming from https://github.com/chartjs/Chart.js/pull/10106#discussion_r795044454 make all alginment's `start`, `center` and `end` instead of `left`, `center` and `right`. Will also make it easyer to work with since its more...
Problem: The example chart in the docs (https://www.chartjs.org/chartjs-chart-smith/examples) shows incorrectly. The wrapper class gives it a height of 500px. On my PC screen this makes the chart break out of...
When zoomed/panned at specific points the line stops at a point in the middle of the dataset, if the chart is panned/zoomed slightly again the line continues again. Before: ...