Jacco van den Berg

Results 222 comments of Jacco van den Berg

It does not seem possible to fix this now without breaking current implementations. With the fix I found I am not sure if we do want to fix this because...

Please add a reproducible sample as required per the issue template. Because when I try this it works fine: https://jsfiddle.net/xo75mvaf/

You can write a custom generatelabels function. In here for the pointstyle you can pass a canvas element. For the first item you can draw a green rect, for the...

Please add a reproducible sample, as required by the issue template

Closing as per my above comment, if you have a reproducible sample we can take a look at it

No this is not breaking, so it will be moved to the next non breaking version

As I can read in the documentation about the `offsetTop` property, it returns the offset to the closest anchor element. In this case its the `TD`. Because of this in...

You could achieve the same behaviour with using the scriptable options for the grid color if i understand your use case correct.

This is intentional and happend here: https://github.com/chartjs/Chart.js/pull/9166 Reason I suspect there is nothing in the migration guide is that you as enduser don't have to migrate any code for this

I can't say if the default implementation will give that result, I almost never work with logarithmic scales so don't have a lot of experience with that. But if you...