Trying to update high chart data
问题 I am trying to update the data series on the update button by providing new series. As the result, new series will be a plotting along with the old series. And After plotting the new series, the values on are X-axis is clear up. Here I Am attaching the code snippet please have look. Initial State config: this.state = { chartOptions: { credits: { enabled: false, }, chart: { type: 'spline', }, title: { text: 'Chart', }, plotOptions: { series: { shadow: false, marker: { enabled: false, }, }, },