Skip to content

infovisualnetwork/chart-builder

 
 

Repository files navigation

chart-builder

CircleCI

This is an app to generate Vega-Lite visualizations using data from a data.world query.

Getting started

  1. Install dependencies: yarn
  2. Start the server: yarn start
  3. Navigate to: http://localhost:3500

Building for production

  1. yarn build

Testing

  1. Ensure the app is running on :3500
  2. For jest tests: yarn test
  3. For integration tests: yarn cypress run

Adding tests

  1. Ensure the app is running on :3500
  2. For jest tests: yarn test
  3. For integration tests: yarn cypress open

This app was bootstrapped with create-react-app

About

An interactive experience to create a vega-lite visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 91.8%
  • CSS 6.1%
  • HTML 2.1%