mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Fix order of setAxisMin calls
This commit is contained in:
parent
a456c0434c
commit
ab4cbc855f
@ -472,8 +472,8 @@ class Monitoring_AlertsummaryController extends Controller
|
||||
$gridChart->alignTopLeft();
|
||||
$gridChart->setAxisLabel($this->createPeriodDescription(), mt('monitoring', 'Notifications'))
|
||||
->setXAxis(new StaticAxis())
|
||||
->setAxisMin(null, 0)
|
||||
->setYAxis(new LinearUnit(10));
|
||||
->setYAxis(new LinearUnit(10))
|
||||
->setAxisMin(null, 0);
|
||||
|
||||
$gridChart->drawBars(
|
||||
array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user