Uncaught (in promise) TypeError: Cannot read property 'barChart' of undefined 이벤트 함수는 다음과 같습니다. function RealTimeToastChart(elementId){ chartElementObj = document.getElementById(elementId); this.name = elementId +"_object" ; var container = document.getElem...