Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vega/react-vega
Convert Vega spec into React class conveniently
https://github.com/vega/react-vega
Last synced: 4 days ago
JSON representation
Convert Vega spec into React class conveniently
- Host: GitHub
- URL: https://github.com/vega/react-vega
- Owner: vega
- License: other
- Created: 2016-04-14T22:45:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T20:34:37.000Z (about 1 year ago)
- Last Synced: 2024-04-13T18:31:01.428Z (7 months ago)
- Language: TypeScript
- Homepage: http://vega.github.io/react-vega/
- Size: 17.3 MB
- Stars: 371
- Watchers: 22
- Forks: 66
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build and test](https://github.com/vega/react-vega/actions/workflows/test.yml/badge.svg)](https://github.com/vega/react-vega/actions/workflows/test.yml)
# react-vega
> `react` + `vega`|`vega-lite`
### Demo
http://vega.github.io/react-vega/
### Packages
| Package | Version | |
| ----------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| [react-vega](https://github.com/vega/react-vega/tree/master/packages/react-vega) | [![Version](https://img.shields.io/npm/v/react-vega.svg?style=flat-square)](https://npmjs.org/package/react-vega) | [Documentation](https://github.com/vega/react-vega/tree/master/packages/react-vega) |
| ~~[react-vega-lite](https://github.com/vega/react-vega/tree/master/packages/react-vega-lite)~~ (deprecated) | [![Version](https://img.shields.io/npm/v/react-vega-lite.svg?style=flat-square)](https://npmjs.org/package/react-vega-lite) | Use `react-vega` instead. |### Migration
If you are upgrading from `react-vega` or `react-vega-lite` version `6.x.x` to `7.x.x`, read this
[migration guide](https://github.com/vega/react-vega/blob/master/CHANGELOG.md#-migration-guide).### License
Apache-2.0