fix brackets in chart

This commit is contained in:
2020-09-29 06:47:16 +02:00
parent 602668f9d0
commit dd550d96fb

View File

@@ -61,19 +61,19 @@
borderColor: [ 'rgba(200, 99, 132, .7)' ], borderColor: [ 'rgba(200, 99, 132, .7)' ],
borderWidth: 2 borderWidth: 2
}], }],
options: { },
scales: { options: {
yAxes: [{ scales: {
ticks : { yAxes: [{
suggestedMin : {{ Y_MIN }}, ticks : {
suggestedMax : {{ Y_MAX }}, suggestedMin : {{ Y_MIN }},
min : {{ Y_MIN }}, suggestedMax : {{ Y_MAX }},
max : {{ Y_MAX }} min : {{ Y_MIN }},
} max : {{ Y_MAX }}
}] }
}, }]
responsive: true },
} responsive: true
} }
}); });
</script> </script>