earthrise-media / vacs-map

Exploring VACS project data
1 stars 0 forks source link

Final feature updates #135

Closed mwbernard closed 9 months ago

mwbernard commented 9 months ago

This PR takes care of three final client requests:

  1. it moves the scenario toggle above the map-mode buttons in the sidebar

Screenshot 2024-01-24 at 10 17 55 AM

  1. it adds a small arrow to the crop group metric toggle

Screenshot 2024-01-24 at 10 18 42 AM

  1. it adds a tooltip to the crop group stacked bar chart that only appears when you hover the stacked bar. the text is just which crop you're hovering

Screenshot 2024-01-24 at 10 19 56 AM Screenshot 2024-01-24 at 10 19 47 AM

mwbernard commented 9 months ago

@kelsey-taylor good catch, I had a margin on the chart itself that was pushing it outside its spacing bounds. Switch margin to padding and should be all good now!

kelsey-taylor commented 9 months ago

looks good — feel free to merge!