fix scenario 1 php result

This commit is contained in:
2023-12-27 16:50:31 +01:00
parent 9070fe442f
commit 24949710b7
2 changed files with 35 additions and 33 deletions

View File

@ -24,13 +24,15 @@
},
}
},
{{ if .Get "max" }}
y: {
stacked: {{ .Get "stacked" }},
{{ if .Get "stacked" }}
stacked: {{ .Get "stacked" }},
{{ end }}
beginAtZero: true,
{{ if .Get "max" }}
suggestedMax: {{ .Get "max" }},
{{ end }}
}
{{ end }}
},
},
data: {