Skip to content

Commit 10b5496

Browse files
authored
Merge pull request #108 from domoritz/sw/move-vg2renderers
Add Vega 2 renderer
2 parents 236f4fe + 8a55e93 commit 10b5496

File tree

13 files changed

+556
-1283
lines changed

13 files changed

+556
-1283
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ 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](packages/vega3-extension) | `application/vnd.vega.v3+json`, `application/vnd.vegalite.v2+json`| `.vg`, `.vl`, `.vg.json`, `.vl.json`, `.vega`, `.vegalite` |
15+
| [vega2-extension](packages/vega2-extension) | `application/vnd.vega.v2+json`, `application/vnd.vegalite.v1+json`| `.vg`, `.vl`, `.vg.json`, `.vl.json`, `.vega`, `.vegalite` |
1616

1717
## Install
1818

1919
* fasta-extension: `jupyter labextension install @jupyterlab/fasta-extension`
2020
* geojson-extension: `jupyter labextension install @jupyterlab/geojson-extension`
2121
* katex-extension: `jupyter labextension install @jupyterlab/katex-extension`
2222
* plotly-extension: `jupyter labextension install @jupyterlab/plotly-extension`
23-
* vega3-extension: `jupyter labextension install @jupyterlab/vega3-extension`
23+
* vega2-extension: `jupyter labextension install @jupyterlab/vega2-extension`
2424

2525
## Contributing
2626

0 commit comments

Comments
 (0)