Skip to content

An interactive experience to create a vega-lite visualization

License

Notifications You must be signed in to change notification settings

datadotworld/chart-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e43f6d1 · Oct 5, 2022

History

59 Commits
Sep 26, 2022
Oct 21, 2019
Jul 20, 2021
Apr 5, 2018
Oct 29, 2019
Apr 5, 2018
Sep 23, 2022
Sep 23, 2022
Jul 2, 2018
Apr 5, 2018
Apr 5, 2018
Apr 17, 2018
Apr 5, 2018
Sep 19, 2019
Sep 13, 2019
Oct 5, 2022

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