https://github.com/saulshanabrook/voyager-test
Demonstration of https://github.com/vega/voyager/issues/767
https://github.com/saulshanabrook/voyager-test
Last synced: 8 months ago
JSON representation
Demonstration of https://github.com/vega/voyager/issues/767
- Host: GitHub
- URL: https://github.com/saulshanabrook/voyager-test
- Owner: saulshanabrook
- Created: 2018-03-03T04:27:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T04:30:21.000Z (over 7 years ago)
- Last Synced: 2025-02-15T08:17:05.467Z (8 months ago)
- Language: JavaScript
- Size: 679 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voyager example failure
Minimal example of [graphs not loading in voyager v2.0.0-alpha.15](https://github.com/vega/voyager/issues/767). It matches the [README example](https://github.com/vega/voyager#example-use) as closely as possible, modifying it only to get the imports working.
Screenshot:
To reproduce:
```bash
yarn
yarn build
python3 -m http.server 8000
open http://localhost:8000/
```