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?
No description
Solution:
Ok I found out by myself out to disable them: ```php protected static ?array $options = [ 'scale' => false, ];...
Jump to solution
1 Reply
Solution
Romain 'Maz' B.
Ok I found out by myself out to disable them:
protected static ?array $options = [
'scale' => false,
];
protected static ?array $options = [
'scale' => false,
];

Did you find this page helpful?