Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 552 Bytes

File metadata and controls

12 lines (7 loc) · 552 Bytes

Visualize Data with Vega, the Vega View API and React Hooks.

This is an illustration of how to use Vega specs to create a chart, while managing state with React and interactivity with the Vega View API. See the application here https://vega-react-hooks.netlify.com/.

Run this project

Clone this repo and run:

yarn && yarn start

This should start a development server at http://localhost:3000/.