mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-11 16:38: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": {
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user