- Smallest possible bundle size (10KB per graph on AVG) and zero dependencies.
- React First, React Only, RSC First.
- Fully responsive without javascript
npm install nanoplot
The world's smallest companies use our software to plot their data.
- Visit our Learn Nanoplot documentation website to get started.
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>