Skip to content

schemburkar/react-graphs-svg

Repository files navigation

react-graphs-svg

Graphs and charts for react in SVG. Supports light and dark themes with unlimited customization options.

Install

This package is ESM only.

yarn add react-graphs-svg

# or

npm install react-graphs-svg

Basic Usage

import { LineChart } from 'react-graphs-svg'

<LineChart axis={axis} size={size} data={data} margins={margins}>
</LineChart>

Chart Types

  • Line Chart
  • Bar Chart
  • Stacked Bar Chart

Types

This package supports usage from Typescript.

Demo Site

Visit Demo site for detailed sample code: react-graphs-svg-demo.vercel.app