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

Last color band not auto-scaling #1

Open
nmdefries opened this issue Dec 16, 2020 · 0 comments
Open

Last color band not auto-scaling #1

nmdefries opened this issue Dec 16, 2020 · 0 comments
Labels
bug Something isn't working small quick project; expected to take a couple hours

Comments

@nmdefries
Copy link
Owner

Issue

When any data is in the highest color band (maroon, AQI range 300-10k), the whole color band, up to 10k, is displayed on the AQI plot. This dwarfs existing data. This section of code was supposed to take care of this, but apparently doesn't work on the maroon band.

Expected behavior

The y-axis of the AQI vs time plot auto-scales to display values 0 through the ceiling to a hundreds value of the max AQI value in the selected time range. For example, if we are displaying all data for March and the largest AQI value in march is 281, then the y-axis should go from 0 to 300.

@nmdefries nmdefries added bug Something isn't working small quick project; expected to take a couple hours labels Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working small quick project; expected to take a couple hours
Projects
None yet
Development

No branches or pull requests

1 participant