Jacco van den Berg
Jacco van den Berg
This is because of the `borderWidth` property that defaults to `2`, if you set this to `1` this behaviour won't happen **Edit:** Meant setting borderWidth to 0 😅
No because the same issue seems to happen for vue and angular
You can also take a look at this issue, might also resolve your problem: https://github.com/chartjs/Chart.js/issues/10875
yeah noticed, thats why I deleted comment, didn't see you already gave a reaction 😅
Not familliar with both charts but the first one seems like it can be achieved with a [stepped line chart](https://www.chartjs.org/docs/3.7.1/samples/line/stepped.html) (setting `stepped: true` in your dataset). Second one can be...
Which version of safari and macos are you using, tested this on safari on a iphone 11 and it works fine
Can't test this since I dont have a mac, but just out of curiosity, does normal patern is `A - B - C`, linked picture it only shows `A -...
Added in https://github.com/chartjs/Chart.js/pull/10886 Released in V4.1.0
I think this would be better as an enhancement with a new property like `intersectArea`
It will be breaking for both in both of your examples. If you write code that expects it to always be a boolean and it becomes a string suddenly that...