ChartSeries constructor
ChartSeries({})
Implementation
ChartSeries({
this.xAxisIndex = 0,
this.yAxisIndex = 0,
this.polarAxisIndex = 0,
this.calendarIndex = 0,
this.radarIndex = 0,
this.parallelIndex = 0,
this.animation,
this.touch = true,
this.z = 0,
this.clip = true,
this.coordSystem,
this.tooltip,
});