iwa-panda2

Manage Weather Data by International Weather Agency (Version 2)
Log | Files | Refs | README

commit c2e0690e0062884840e0a49f41eb571c46b82bc0
parent 12217085c1dde6e7ff9edf7b7676aa34dfbfa4b6
Author: Kninteman <[email protected]>
Date:   Tue, 13 Jun 2023 08:36:30 +0200

Y axis

Diffstat:
Mjs/panda.js | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/js/panda.js b/js/panda.js @@ -69,6 +69,11 @@ var myChart = new Chart(ctx, { responsive: true, scales: { y: { + title: { + display: true, + text: 'Humidity (%)', + color: 'white' + }, grid: { color: 'gray' },