removed legend from reports
This commit is contained in:
@@ -47,6 +47,9 @@ abstract class Report
|
||||
'height' => '300',
|
||||
'options' => [
|
||||
'color' => '#6da252',
|
||||
'legend' => [
|
||||
'display' => false,
|
||||
],
|
||||
],
|
||||
],
|
||||
'dates' => [],
|
||||
|
@@ -19,6 +19,9 @@ class ExpenseSummary extends Report
|
||||
'height' => '300',
|
||||
'options' => [
|
||||
'color' => '#ef3232',
|
||||
'legend' => [
|
||||
'display' => false,
|
||||
],
|
||||
],
|
||||
'backgroundColor' => '#ef3232',
|
||||
'color' => '#ef3232',
|
||||
|
@@ -19,6 +19,9 @@ class IncomeSummary extends Report
|
||||
'height' => '300',
|
||||
'options' => [
|
||||
'color' => '#328aef',
|
||||
'legend' => [
|
||||
'display' => false,
|
||||
],
|
||||
],
|
||||
'backgroundColor' => '#328aef',
|
||||
'color' => '#328aef',
|
||||
|
@@ -82,10 +82,10 @@ trait Charts
|
||||
],
|
||||
'scales' => [
|
||||
'yAxes' => [
|
||||
'display' => 0,
|
||||
'display' => false,
|
||||
],
|
||||
'xAxes' => [
|
||||
'display' => 0,
|
||||
'display' => false,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user