In PR #2527, a few oddities with relayout on graphs with axis constraints (i.e. (x|y)axis.constrain: 'range' || 'domain') were detected.
From #2527 (comment) and below, tests coverage was deemed inadequate to assume anything about the current behavior. The first step would be to beef up the coverage there. Next, determine whether or not graphs with axis constraints do need to go though the editType calc on axis range relayouts. Finally, we should lock down the limitations (if any) of editType axrange for graphs with axis constraints.
cc @alexcjohnson
In PR #2527, a few oddities with relayout on graphs with axis constraints (i.e.
(x|y)axis.constrain: 'range' || 'domain') were detected.From #2527 (comment) and below, tests coverage was deemed inadequate to assume anything about the current behavior. The first step would be to beef up the coverage there. Next, determine whether or not graphs with axis constraints do need to go though the editType
calcon axis range relayouts. Finally, we should lock down the limitations (if any) of editTypeaxrangefor graphs with axis constraints.cc @alexcjohnson