hello can I restore the cake slices to the old state, that is, resetting..documents also did not find it, I did the rendering but it did not work,
I tried the example here
but I see this error
`chart.axisX[0].set(“vaultTotalChartContainer”, null, false);
chart.axisX[0].set(“vaultTotalChartContainer”, null);’
‘chart.axisX[0].set(“vaultTotalChartContainer”, null, false);
chart.axisX[0].set(“vaultTotalChartContainer”, null);’
because axisX comes with null value,I tried the data feature, no error, but no reset
‘chart.data[0].set(“vaultTotalChartContainer”, null, false);
chart.data[0].set(“vaultTotalChartContainer”, null);’
thanks