https://github.com/iddan/plot-react
React wrapper for @observablehq/plot
https://github.com/iddan/plot-react
Last synced: 12 months ago
JSON representation
React wrapper for @observablehq/plot
- Host: GitHub
- URL: https://github.com/iddan/plot-react
- Owner: iddan
- Created: 2021-05-05T01:43:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T21:56:25.000Z (over 2 years ago)
- Last Synced: 2024-04-26T21:21:12.572Z (about 2 years ago)
- Language: TypeScript
- Size: 749 KB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Plot React
React wrapper for [@observablehq/plot](https://github.com/observablehq/plot), a JavaScript library for exploratory data visualization.
### Installing
```
yarn add plot-react
```
or
```
npm i plot-react
```
### ``
Renders a new plot given the specified [Plot.plot() options](https://github.com/observablehq/plot#plotplotoptions) as SVG or HTML figure element.
```jsx
```