Jacco van den Berg

Results 222 comments of Jacco van den Berg

~~This is correct, the window object is not available in web workers, which version of chart.js and zoom plugin are you using?~~ This is correct, the window object is not...

If you want to use offscreen canvas API (which you need in webworkers) you can't use the zoom plugin, so you will have to choose which one you want. You...

I know there is a codepen account of chart.js that has some but verry outdated samples. Thats it. For the reproducible sample templates of the main repo for exaple I...

Duplicate of https://github.com/nagix/chartjs-plugin-colorschemes/issues/28

I will look into this more when I have time. But you can set `clip: false` in the root of the options object to let the dataset draw over the...

This sounds like a browser issue. Since we don't render the html but the browser does.

Chart.js v3 is not supported anymore, also a reproducible sample is required. You have provided the default template. Please add a reproducible sample in V4

Closing as this is not a chart.js issue

This is currently not fixable, the dash is now used for the gridlines instead of the border. We can only fix this in V5 by splitting it up and moving...

As you found out you can use type declaration merging to make your plugin type safe. For now you will need to ignore the unused vars error since as far...