An open API service indexing awesome lists of open source software.

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

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

```