-
Notifications
You must be signed in to change notification settings - Fork 622
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
78 changed files
with
33,534 additions
and
1,173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ vega-lite*.map | |
spec.json | ||
npm-debug.log | ||
instance.json | ||
coverage | ||
coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
test/log | ||
test/log/difflist.json | ||
node_modules | ||
bower_components | ||
data | ||
editor | ||
gallery | ||
index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# vega-datasets | ||
|
||
This data lives at https://github.com/vega/vega-datasets | ||
|
||
Common repository for example datasets used by vega related projects. Keep changes to this repository minimal as other projects (vega, vega-editor, vega-lite, polestar, voyager) use this data in their tests and for examples. | ||
|
||
## How to use it | ||
|
||
Use git subtree to add these datasets to a project. Add data git `subtree add` like: | ||
|
||
``` | ||
git subtree add --prefix path-to-data git@github.com:vega/vega-datasets.git gh-pages | ||
``` | ||
|
||
Update to the latest version of vega-data with | ||
|
||
``` | ||
git subtree pull --prefix path-to-data git@github.com:vega/vega-datasets.git gh-pages | ||
``` | ||
|
||
You can also get the data directly via HTTP served by Github like: | ||
|
||
https://vega.github.io/vega-datasets/cars.json | ||
|
||
## Changelog | ||
|
||
### Version 1.0, October 8, 2015 | ||
|
||
* Initial import from vega and vega-lite | ||
* Change field names in `cars.json` to be more descriptive (`hp` to `Horsepower`) |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.