Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CollapsedAxis zoom all y axis #66

Open
martincognite opened this issue Jun 4, 2018 · 0 comments
Open

CollapsedAxis zoom all y axis #66

martincognite opened this issue Jun 4, 2018 · 0 comments
Labels

Comments

@martincognite
Copy link
Contributor

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.

@martincognite martincognite changed the title CollapsedAxis zoom a y axis CollapsedAxis zoom all y axis Jun 4, 2018
@martincognite martincognite added the enhancement New feature or request label Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants