mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-14 00:08:40 +00:00
make chart stacked
This commit is contained in:
parent
d745fae478
commit
7e53dc7533
|
|
@ -192,7 +192,8 @@ echo $this->data['nav']->render(); ?>
|
||||||
"scales": {
|
"scales": {
|
||||||
"x": {
|
"x": {
|
||||||
"id": "axis-1",
|
"id": "axis-1",
|
||||||
"display": true
|
"display": true,
|
||||||
|
"stacked": true
|
||||||
},
|
},
|
||||||
"y": {
|
"y": {
|
||||||
"id": "axis-2",
|
"id": "axis-2",
|
||||||
|
|
@ -201,7 +202,8 @@ echo $this->data['nav']->render(); ?>
|
||||||
"beginAtZero": true,
|
"beginAtZero": true,
|
||||||
"ticks": {
|
"ticks": {
|
||||||
"stepSize": 1
|
"stepSize": 1
|
||||||
}
|
},
|
||||||
|
"stacked": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user