function ChartOption (name) { this.name = name this.chart = null } export default ChartOption