nanoplot
v0.0.12
Published
<div align="center"> <a href="https://nanoplot.com"> <img src="https://nanoplot.com/nanoplot_logo.jpg" alt="Nanoplot Logo" width="80" height="80" /> </a> <h1>Nanoplot</h1> </div>
Downloads
812
Readme
Getting Started
npm install nanoplot
Documentation
The world's smallest companies use our software to plot their data.
- Visit our Learn Nanoplot documentation website to get started.
Usage
import "nanoplot/styles.css";
import { Graph } from "nanoplot/graph";
import { Pie } from "nanoplot/pie";
<Graph data={[{name: "Male", value: 50}, {name: "Female", value: 50}]}>
<Pie />
</Graph>