OpenWebProject Graph
React component for owp.graph
Installation
npm install owp.graph-react --save
Usage
import Graph from "owp.graph-react"; const options = title: label: "Standard line plot with two data sets" axes: x: "label": "Frequency (Hz)" y: "label": "Amplitude (dB)" graph: names: "x" "Left" "Right" dataX: 100 200 400 dataY: 1 2 3 15 25 35 ; const style = width: 600 height: 300; return <Graph = =>
Ref usage
<Graph = = /> ref owpgraph instancerefcontainer div