Skip to content

Commit 23f6c48

Browse files
authored
Merge pull request #15 from hadim/vega3
Add Vega 3 extension
2 parents 958d9c6 + f49b9f4 commit 23f6c48

File tree

6 files changed

+2617
-1
lines changed

6 files changed

+2617
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This is a [monorepo](https://github.com/lerna/lerna#what-does-a-lerna-repo-look-
1212
| [geojson-extension](packages/geojson-extension) | `application/geo+json` | `.geojson`, `.geo.json` |
1313
| [katex-extension](packages/katex-extension) | N/A | N/A |
1414
| [plotly-extension](packages/plotly-extension) | `application/vnd.plotly.v1+json` | `.plotly`, `.plotly.json` |
15+
| vega3-extension | `application/vnd.vega.v3+json`, `application/vnd.vegalite.v2+json`| `.vg`, `.vl`, `.vg.json`, `.vl.json` |
1516

1617
## Install
1718

@@ -47,7 +48,7 @@ npm run link
4748

4849
### Rebuilding extensions
4950

50-
After making changes to the source of the extension or renderer packages, the packages must be rebuilt:
51+
After making changes to the source packages, the packages must be rebuilt:
5152

5253
```bash
5354
# Rebuild the source

0 commit comments

Comments
 (0)