Month: March 2022

SCMP – Coronavirus: Hong Kong youngsters sign up for online activities during early school holiday

We are a “Creative Transformer,” bringing quality art & design education from our studios to the online platform.And we hope to meet your children in the remaining weeks of the early summer holiday. Post on SCMP: Coronavirus: Hong Kong youngsters sign up for online activities during early school holiday | South China Morning Post (scmp.com) #NewNormalLearning#arteducation#designeducation#earlysummer Want …

SCMP – Coronavirus: Hong Kong youngsters sign up for online activities during early school holiday Read More »

【Online LiveART】- Special Online Summer Workshop in March & April 2022

Lively Art Activities in the safety of your home.  Over the school summer holidays in Mar & Apr, we aim to facilitate your child to build: • Creative Diversity: Develop your own ideas from one single stimulation (not just following a step-by-step demo) • Creative Community: Interact and exchange ideas with other students online • …

【Online LiveART】- Special Online Summer Workshop in March & April 2022 Read More »

document.addEventListener("DOMContentLoaded", function () { // Spider Chart Data const data = { labels: ["Science", "Design", "Mathematics", "Creativity", "Skills"], datasets: [{ label: "Program Benefits", data: [7, 8, 5, 8, 5], backgroundColor: "rgba(54, 162, 235, 0.2)", borderColor: "rgba(54, 162, 235, 1)", borderWidth: 2, pointBackgroundColor: "rgba(54, 162, 235, 1)", pointBorderColor: "#fff", pointHoverBackgroundColor: "#fff", pointHoverBorderColor: "rgba(54, 162, 235, 1)" }] }; // Spider Chart Configuration const config = { type: "radar", data: data, options: { responsive: true, scales: { r: { angleLines: { color: "#e0e0e0" }, grid: { color: "#e0e0e0" }, suggestedMin: 0, suggestedMax: 10, ticks: { display: false }, pointLabels: { font: { size: 14, family: "Arial", weight: "bold" }, color: "#333" } } }, plugins: { legend: { display: false } } } }; // Render the Spider Chart const ctx = document.getElementById("spiderChart").getContext("2d"); new Chart(ctx, config); });