You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit more complicated than I initially thought, especially wrt making it smooth for the user.
I would propose that when axisDisplayMode === COLLAPSED we reset all the yTransformations at the current yDomain it has. This way, we could apply the native zoom transformation for the CollapsedAxis to every single series without any "jumps" in the zooms. It would also have to be reset back when axisDisplayMode leaves the COLLAPSED state.
The text was updated successfully, but these errors were encountered:
martincognite
changed the title
CollapsedAxis zoom a y axis
CollapsedAxis zoom all y axis
Jun 4, 2018
This is a bit more complicated than I initially thought, especially wrt making it smooth for the user.
I would propose that when
axisDisplayMode === COLLAPSED
we reset all theyTransformations
at the currentyDomain
it has. This way, we could apply the native zoom transformation for theCollapsedAxis
to every single series without any "jumps" in the zooms. It would also have to be reset back whenaxisDisplayMode
leaves theCOLLAPSED
state.The text was updated successfully, but these errors were encountered: