diff --git a/Theme/Backend/monitoring-stats.tpl.php b/Theme/Backend/monitoring-stats.tpl.php index 2d3f30c..efa0727 100644 --- a/Theme/Backend/monitoring-stats.tpl.php +++ b/Theme/Backend/monitoring-stats.tpl.php @@ -192,7 +192,8 @@ echo $this->data['nav']->render(); ?> "scales": { "x": { "id": "axis-1", - "display": true + "display": true, + "stacked": true }, "y": { "id": "axis-2", @@ -201,7 +202,8 @@ echo $this->data['nav']->render(); ?> "beginAtZero": true, "ticks": { "stepSize": 1 - } + }, + "stacked": true } } }