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

The date range slider draws misleading bars #1358

Open
2 tasks
jacobthill opened this issue Nov 10, 2021 · 0 comments
Open
2 tasks

The date range slider draws misleading bars #1358

jacobthill opened this issue Nov 10, 2021 · 0 comments
Assignees
Labels

Comments

@jacobthill
Copy link
Contributor

jacobthill commented Nov 10, 2021

The bars the date range slider draws are misleading and, it seems, inaccurate.

The example below shows a narrow but very tall bar to the far right indicating that the largest number of records have dates between 2000 and 2020. The following images show that other ranges have far more records.
Screen Shot 2021-11-10 at 4 50 07 PM

Changing the range brings the far right bar (2000-2020) down but it is still the same size as the bar to the left (1950-1999) even though the left bar has 2.5 times the number of records.
Screen Shot 2021-11-10 at 4 50 48 PM
Screen Shot 2021-11-10 at 4 50 56 PM

The image below shows the same problem, this time the bar on the left (1000-1999) has even more records but appears significantly smaller.
Screen Shot 2021-11-10 at 4 52 19 PM

The bars representing ranges from -10,000 to 0 are so small they don't even register visually, leading users to think there are no records for these times.
Screen Shot 2021-11-10 at 6 06 27 PM

To do:

  • check for bugs in the code that draws the bars.
  • consider plotting the logarithm of the number of records so that larger numbers don't completely obscure smaller ones.
@jacobthill jacobthill added the bug label Nov 30, 2021
@jacobthill jacobthill self-assigned this Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant