What are these horizontal lines behind my Pie Chart?
Hi,
I created a basic pie chart and I can't figure out why there is some horizontal lines behind the pie?

Solution:Jump to solution
Ok I found out by myself out to disable them:
```php
protected static ?array $options = [
'scale' => false,
];...
1 Reply
Solution
Ok I found out by myself out to disable them: