Export Image
Export Code

Fork of Fork of NY State Map 3 - working-Filtering Dashboard-York Funding Data

Nita

0 views in last 90 days
Last edited Aug 05, 2025
Created on Jun 03, 2025

New York State County Data Visualization

This dashboard visualizes county-level median home price data for New York State using data from data.csv.

Features

  • Interactive Map: Color-coded map showing median home prices with hover tooltips
  • Year Selector: Switch between 2022, 2023, and 2024 to see historical data
  • County Filtering: Click on any county to filter all visualizations
  • Metrics Dashboard: Shows average, min, and max median home prices for the selected year
  • Top Counties: Lists counties with the highest median home prices
  • Bar Chart: Compares median home prices across counties
  • Trend Chart: Shows median home price trends over time for selected counties

Data Source

  • County data: data.csv (2022-2024 median home prices)

Usage

  1. Use the year selector to change the displayed year
  2. Click on any county in the map to filter all visualizations
  3. Use the "Reset Filter" button to clear the county filter
  4. Hover over map elements and charts to see detailed tooltips
MIT Licensed

Comments

Curran Kelleher
commented on
Jun 04, 2025

Suggestion for improvement: use pointer-events: none CSS on the labels, so they don't interfere with the tooltips.