How do 3 Pie Chart widgets in one inline

I want set three pie charts in one line how do it?
3 Replies
Alnuaimi
AlnuaimiOP11mo ago
h
Dushmanta
Dushmanta9mo ago
You have to give a column span value = 4 in each widget file
protected int | string | array $columnSpan = '4';
protected int | string | array $columnSpan = '4';
Also, in your page where you're calling all the 3 widgets, specify this:
public function getHeaderWidgetsColumns(): int
{
return 12;
}
public function getHeaderWidgetsColumns(): int
{
return 12;
}
Want results from more Discord servers?
Add your server