Jacco van den Berg

Results 222 comments of Jacco van den Berg

You don't need to open a new issue every time you change your code

Changing the type to line is fine. Also should add a test that beginAtZero actually works

The build fails, as long as that happens this can't be merged. Also like I said in my previous comment, a test for this should be added so we get...

@Ashutoshsahoo164 as kurkle pointed out this is not really a bug but more a feature request. Not verry familiar with accessebility things but you can customize the colors already for...

> I'm interested in this topic too. I recommend investigating the following: > > [w3c/aria#991](https://github.com/w3c/aria/issues/991) https://github.com/Chartability/POUR-CAF > > As I see it, there is no way around providing proper fallback...

Souds like a duplicate of https://github.com/chartjs/Chart.js/issues/10932 which was already fixed and should not happen in this version, I also don't see the behaviour you specified in this version. Are you...

I did an update, you should be able to install without changing the lockfile now. The reason it happened is because pnpm increased the lockfile version

Closing as this is fixed, if it still happens you are free to reopen the issue

This is working as expected, the hide and show animation set the target for appearing and disappearing to `x: 0` and `y:0` which is the topleft of the canvas

As a workaround for now you can pass your data array as a 2d array to set the base as you want: ```js data: [ [2, 12], [5, 19], [3,...