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

Website homepage #28

Open
2 of 3 tasks
CAYdenberg opened this issue Jul 30, 2021 · 3 comments
Open
2 of 3 tasks

Website homepage #28

CAYdenberg opened this issue Jul 30, 2021 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@CAYdenberg
Copy link
Owner

CAYdenberg commented Jul 30, 2021

Data for examples: https://observablehq.com/d/fa9bfd80157024e7

Content needed:

  • Time series data - all/scrollable (the panning gesture needs an interpolation function to look decent)
  • Bar chart w error bars - grouped by month
  • Dot plot with tukey behind - grouped by city/series

Other options: svg/canvas, color scheme

Hint to try resizing the window OR additional control to just shrink the plot area

@CAYdenberg CAYdenberg added the documentation Improvements or additions to documentation label Jul 30, 2021
@CAYdenberg
Copy link
Owner Author

CAYdenberg commented Sep 22, 2021

For HomepageTimeseries, the datapoint highlighting feels quirky:

  • When you hover over a data point, it displays the corresponding data down below the chart. I'd be nice for it to appear next to the hovered data point.
  • The highlighting of data points feels a bit quirky – it's fine when you're right on top of one data point, but then when you're moving the mouse around it seems to arbitrarily select data points to highlight, not necessarily the closest one. See attached movie. My expectation would be that if you've hovered on something and then move away from it, nothing should be highlighted anymore until you hover over something else.

The useVoronoi is a nice addon, but it might not be the right tool for this particular chart.

@CAYdenberg
Copy link
Owner Author

  • visual indication of where you are within the data (timeseries chart)
  • ability to zoom

@CAYdenberg
Copy link
Owner Author

CAYdenberg commented Sep 29, 2021

Just putting the above into a checklist:

  • visual indication of where you are within the data (faux scrollbar?)
  • ability to zoom (see Zoom issues #81 )
  • use tooltips instead of displaying info below the chart (design)
  • fix text flickering while mousing over data points (MacBook Air/Firefox)

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

No branches or pull requests

1 participant