This commit is contained in:
sobear 2024-06-18 00:24:10 +08:00
parent 03f481ecb5
commit dca7a58972

View File

@ -69,13 +69,14 @@
}, },
options: { options: {
responsive: true, responsive: true,
maintainAspectRatio: false, // maintainAspectRatio: false,
title: { title: {
display: true, display: true,
text: 'Scores Distribution' text: 'Scores Distribution'
} }
} }
}); });
</script> </script>