How to remove X and Y in pie chart

How to remove those X and Y?
No description
3 Replies
Oumaima
Oumaima16mo ago
did you resolve it , I'm having this issue too ?
LeandroFerreira
LeandroFerreira16mo ago
protected function getOptions(): array|RawJs|null
{
return [
'scales' => [
'y' => [
'display' => false,
],
'x' => [
'display' => false,
],
]
];
}
protected function getOptions(): array|RawJs|null
{
return [
'scales' => [
'y' => [
'display' => false,
],
'x' => [
'display' => false,
],
]
];
}
Oumaima
Oumaima16mo ago
protected static ?array $options = [ 'scales' => [ 'x' => [ 'display' => false ], 'y' => [ 'display' => false ] ] ];
Want results from more Discord servers?
Add your server