Getting started
Graph is a React component library for building data visualizations on the web.
Installation
Graph is available as an npm package. To install it, run the following command:
npm
- bash
npm install @coord/graph
pnpm
- bash
pnpm install @coord/graph
yarn
- bash
yarn add @coord/graph
Hello World!
The following example shows how to plot a sine wave.