100%積み上げグラフの例を時系列になるように変更
This commit is contained in:
parent
2efd801d89
commit
dd74249a15
|
@ -365,7 +365,7 @@ chart=true
|
|||
var mychart = new Chart(document.getElementById("stacked-ratio-bar-chart"), {
|
||||
type: "bar",
|
||||
data: {
|
||||
labels: ["Foo", "Bar"],
|
||||
labels: ["2020/01", "2020/02"],
|
||||
datasets: [{
|
||||
label: "bad",
|
||||
data: [5, 25]
|
||||
|
|
Loading…
Reference in New Issue