removed legend from reports

This commit is contained in:
denisdulici
2020-01-02 15:36:27 +03:00
parent 3d565bd9b8
commit ca5f621dee
6 changed files with 13 additions and 4 deletions

View File

@@ -82,10 +82,10 @@ trait Charts
],
'scales' => [
'yAxes' => [
'display' => 0,
'display' => false,
],
'xAxes' => [
'display' => 0,
'display' => false,
],
],
];