// 프리로더를 보이게 합니다. function showPreloader(){ document.getElementById("chart1").showAdditionalPreloader(); } // 프리로더를 제거합니다. function hidePreloader(){ document.getElementById("chart1").removeAdditionalPreloader(); }