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

xRange/yRange: 'auto' issue #64

Open
NSV-dev opened this issue May 3, 2023 · 1 comment
Open

xRange/yRange: 'auto' issue #64

NSV-dev opened this issue May 3, 2023 · 1 comment

Comments

@NSV-dev
Copy link

NSV-dev commented May 3, 2023

Simple problem: auto range considers invisible series.

For example:

  • seriesA Y range = {0, 100}
  • seriesB Y range = {5, 6}

Even if I toggle seriesA visibility to false, range will be calculated based on all series

Expected:
next
Reality:
prev

@NSV-dev NSV-dev changed the title xRange/yRange: 'auto' xRange/yRange: 'auto' issue May 3, 2023
@huww98
Copy link
Owner

huww98 commented Oct 28, 2023

This is by design, which makes the scale more stable. Maybe we need a new options like auto_visible. And maybe multiple Y axis could help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants