An open API service indexing awesome lists of open source software.

https://github.com/joaopalmeiro/react-vega-demo

A simple demo of React with an encapsulated Vega visualization.
https://github.com/joaopalmeiro/react-vega-demo

datavisualization histogram javascript react vega

Last synced: about 1 month ago
JSON representation

A simple demo of React with an encapsulated Vega visualization.

Awesome Lists containing this project

README

        

# react-vega-demo

A simple demo of React with an encapsulated Vega visualization. You can check it out [here](https://joaopalmeiro.github.io/react-vega-demo/) or follow the steps below to run it locally.

## Local quick start

```
$ git clone https://github.com/joaopalmeiro/react-vega-demo.git
$ cd react-vega-demo
$ npm install
$ npm start
```