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.
- Host: GitHub
- URL: https://github.com/joaopalmeiro/react-vega-demo
- Owner: joaopalmeiro
- License: mit
- Created: 2019-09-06T14:44:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T16:06:54.000Z (over 3 years ago)
- Last Synced: 2025-01-31T07:12:22.211Z (3 months ago)
- Topics: datavisualization, histogram, javascript, react, vega
- Language: JavaScript
- Homepage: https://joaopalmeiro.github.io/react-vega-demo
- Size: 708 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```