PR #2527 added editType: 'axrange' which improves cartesian axis range relayout performance. But we could do even better if made 'axrange' call Axes.doTicks only on the required axes instead of clearing them and starting from scratch. Improvements would be most noticeable in multi-subplot layouts. The relayout logic already tracks altered axes, so in theory, we could pass that info to 'axrange' update sequence.
Related: #298
PR #2527 added
editType: 'axrange'which improves cartesian axis range relayout performance. But we could do even better if made 'axrange' callAxes.doTicksonly on the required axes instead of clearing them and starting from scratch. Improvements would be most noticeable in multi-subplot layouts. The relayout logic already tracks altered axes, so in theory, we could pass that info to 'axrange' update sequence.Related: #298