removed legend from reports
This commit is contained in:
@@ -82,10 +82,10 @@ trait Charts
|
||||
],
|
||||
'scales' => [
|
||||
'yAxes' => [
|
||||
'display' => 0,
|
||||
'display' => false,
|
||||
],
|
||||
'xAxes' => [
|
||||
'display' => 0,
|
||||
'display' => false,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user