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

https://github.com/datadotworld/chart-builder

An interactive experience to create a vega-lite visualization
https://github.com/datadotworld/chart-builder

dwstruct-t50-public-projects vega-lite

Last synced: 5 months ago
JSON representation

An interactive experience to create a vega-lite visualization

Awesome Lists containing this project

README

          

# chart-builder

[![CircleCI](https://circleci.com/gh/datadotworld/chart-builder.svg?style=svg)](https://circleci.com/gh/datadotworld/chart-builder)

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

### Getting started

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

### Building for production

1. `yarn build`

### Testing

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

### Adding tests

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

---

This app was bootstrapped with `create-react-app`