class Chart{ constructor(obj, id) { this.chartObj = obj; this.chartID = id; } }