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

Handle chart configs with multiple X axes #11

Open
AleksueiR opened this issue Jan 17, 2018 · 1 comment
Open

Handle chart configs with multiple X axes #11

AleksueiR opened this issue Jan 17, 2018 · 1 comment

Comments

@AleksueiR
Copy link
Member

need to decide how the zoom slider should behave with multiple axes

  • have a single slider for all
  • have a slider for each axis
@spencerwahl
Copy link
Member

Possible thought: for multiple axes (x or y) maybe instead of restricting the view of the chart we fade out values not in the selected range.

eg. A chart has both a smoothed precipitation line and bars for temperature. You restrict the temperature slider to 0C-10C, this then fades out any bars with value < 0C or >10C and doesn't affect the view of the overall graph. Then all precipitation values can be seen against a smaller range of temperature values.

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

No branches or pull requests

2 participants