Merge branch 'bugfix/division-by-zero-79'

fixes #79
This commit is contained in:
Alexander A. Klimov 2017-11-21 19:00:31 +01:00
commit b3cd42e1cb

View file

@ -144,7 +144,6 @@ class Chart
'tz' => $this->timeZone->getName(),
'_salt' => time() . '.000',
'vTitle' => 'Percent',
'lineMode' => 'connected',
'drawNullAsZero' => 'false',
'graphType' => 'line',
'majorGridLineColor' => '#0000003F',