mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Fix axisMin in alert summary
This commit is contained in:
parent
d1c7d9d2f9
commit
1732fa90e8
@ -344,8 +344,8 @@ class Monitoring_AlertsummaryController extends Controller
|
||||
$gridChart->alignTopLeft();
|
||||
$gridChart->setAxisLabel('', mt('monitoring', 'Notifications'))
|
||||
->setXAxis(new StaticAxis())
|
||||
->setAxisMin(null, 0)
|
||||
->setYAxis(new LinearUnit(10));
|
||||
->setYAxis(new LinearUnit(10))
|
||||
->setAxisMin(null, 0);
|
||||
|
||||
$interval = $this->getInterval();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user