I'm attempting to reset custom calculated Ticks on an xAxis Element of a LightningChartJS ChartXY Object after a scaleChange event has been fired.
However, compared to the .net library, the JS API only seems to allow for adding new customTicks.
Replacing the current xAxis with a new one keeps triggering the onScaleChange event as well.