fix brackets in chart

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

View File

@@ -61,6 +61,7 @@
borderColor: [ 'rgba(200, 99, 132, .7)' ],
borderWidth: 2
}],
},
options: {
scales: {
yAxes: [{
@@ -74,7 +75,6 @@
},
responsive: true
}
}
});
</script>
</body>