Jacco van den Berg

Results 16 issues of 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

breaking change
type: types

TODO: add note in migration guide

type: enhancement
breaking change

TODO: Add note in migration guide after #10010 is merged that has setup for migration guide

breaking change

### 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...

type: enhancement
breaking change

### 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...

type: bug

### 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...

type: enhancement

### 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...

type: enhancement
breaking change

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: ![image](https://user-images.githubusercontent.com/39033624/124842217-5ab41200-df8f-11eb-939f-b4fa51d1a024.png)...

bug