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
- Host: GitHub
- URL: https://github.com/datadotworld/chart-builder
- Owner: datadotworld
- License: apache-2.0
- Created: 2018-02-05T16:48:28.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T22:51:31.000Z (about 1 year ago)
- Last Synced: 2025-05-08T21:14:39.342Z (5 months ago)
- Topics: dwstruct-t50-public-projects, vega-lite
- Language: JavaScript
- Homepage: https://chart-builder.data.world/
- Size: 7.71 MB
- Stars: 38
- Watchers: 22
- Forks: 6
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chart-builder
[](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`