plot-react
v1.0.1
Published
React wrapper for @observablehq/plot
Downloads
9
Maintainers
Readme
Plot React
React wrapper for @observablehq/plot, a JavaScript library for exploratory data visualization.
Installing
yarn add plot-react
or
npm i plot-react
<PlotFigure />
Renders a new plot given the specified Plot.plot() options as SVG or HTML figure element.
<PlotFigure
options={
{
// ... Plot.plot() options
}
}
/>