added formatlabel relating chart pages
This commit is contained in:
parent
ad03af63cb
commit
320446b665
@ -56,7 +56,7 @@ class CashFlow extends Widget
|
||||
],
|
||||
'yaxis' => [
|
||||
'labels' => [
|
||||
'formatter' => $this->getFormatLabel('percent'),
|
||||
'formatter' => $this->getFormatLabel(),
|
||||
],
|
||||
],
|
||||
];
|
||||
|
@ -48,6 +48,12 @@ class ProfitLoss extends Widget
|
||||
'radius' => '12',
|
||||
],
|
||||
],
|
||||
|
||||
'yaxis' => [
|
||||
'labels' => [
|
||||
'formatter' => $this->getFormatLabel(),
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
$chart->setType('bar')
|
||||
|
Loading…
x
Reference in New Issue
Block a user