0.1.0-alpha-6 • Published 1 year ago

react-graphs-svg v0.1.0-alpha-6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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