whap

window.onload = function () {
var ctx = document.getElementById("radarchart").getContext("2d");
window.myBar = new Chart(ctx, {
options: {
scales: {
fontSize: 30
}
}
});
};

× Chat