Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 597 Bytes

File metadata and controls

18 lines (11 loc) · 597 Bytes

delphi-dataviz-prototype

A demo for an alternate embeddable visualization (line chart) of an Epidata signal, currently with support for the COVIDCast endpoint.

Screenshot 2025-02-18 at 19 48 44

How to run

Once you've installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

and navigate to the "Chart" section of the app.