Anna Bocharova
Anna Bocharova
I'm experiencing the same issue with a gradient. I noticed that it happens in Chrome, but NOT in Safari. Chart.js v3.9.1. Chrome v114.0.5735.106 (Official Build) (arm64) Safari v16.5 (18615.2.9.11.4) Here...
Seems to be the duplicate of https://github.com/chartjs/Chart.js/issues/10727
It seems that the issue comes from the growing line animation. When its shape is rising from the bottom it may leave those gaps. I can confirm that it's possible...
Perhaps, there is a way to adjust the default animation to avoid that painting issue on Chrome. Please let me know if you tried something like that.
Good news. Perhaps the issue can be resolved by changing the setting the `animation.easing` to `easeInElastic` (while keeping the standard `1000` of the `duration`). However, the animation itself is a...
It may appear that may, but I'm not the one who decides for this repo, @rtritto :) You also said > I think we should wait to merge this. So,...
@RomanBurunkov || @richardgirges , please take a look on this.
+1 The issue also appears when using the specially dedicated ESM runner ``` $ ts-node-esm file.ts ```
Yes, `node --no-warnings=ExperimentalWarning --loader ts-node/esm file.ts` helps to bypass the issue until it's fixed.
Having the same issue after upgrade. `launch` should return Promise, but currently it never resolves.