Houmam Hatahet

Results 10 comments of Houmam Hatahet

If that's the case. Is there a way to change the other's slice color? I am setting the chart's colors using something similar to: ```js chart.get("colors") .set("colors", () => ...)...

I think adding a host to the YouTube Player object could fix the issue: ```js this$1.player = new YouTube.Player(this$1.elementId, { ... host: 'https://www.youtube.com', ... } ```

This would definitely be a great improvement

Thanks for the quick response! I'll try it out.

> Thanks @SDVII for your suggestion. You can temporarily solve this problem by adding "swal2-toast-shown" to body element in NavigationEnd event of your routing module. This fixed the issue, thanks...

Here is a Codepen for the Pie Chart. As you can see, the stroke around each slice is quite jagged https://codepen.io/SDVII/pen/wvbmPPd

Here is a Codepen for the Area Chart. This issues seems to only affect Mac devices - Pen: https://codepen.io/SDVII/pen/YzbaYGV?editors=0010 - OS: Sonoma v14.5 - Browser: Chrome v126.0.2592.61 - Screenshot: ![Screenshot...

Upgraded the browser, still encountering the issue. Multiple people on my team are encountring it as well