Jacco van den Berg

Results 222 comments of Jacco van den Berg

Chart.js version 4.4.6 was released on October the 28. That is 2 weeks after the issue should be fixed but I don't see the version on the CDN. So is...

I don't think removing the version number will solve anything. Firstly as you mentioned some libraries depend on it to know if certain features are available. Secondly if you remove...

Closing as this is not something that we will do as per my comment above. Also when importing the library using an CDN you can see the version in the...

On a production website you bundle your javascript and then you upload that bundle and it should work. If you just use plain HTML you will need to include the...

It sounds like a good idea, but I don't know this part well enough to help you any further on it.

Maby I am understanding you wrong, in which case please correct me. But by default the labels for the ticks in the scales are centered. In which case it won't...

You can set the `spanGaps` property to `true` in the dataset. This will give you the result you want. https://www.chartjs.org/docs/4.5.0/charts/line.html#line-styling

Sorry for the late reply but as far as I know there is not such an API. But with some custom code you can get every value on the line...

I guess this is a firefox issue for macos. When I run this locally on my windows machine it is fast in both chrome and firefox latest versions.

You indeed said you only tested it on a macos machine. So I tried to see if it also happend on windows. Since it does not happen on Firefox windows,...