1.0.0 • Published 7 months ago

lenschart v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

React 3D Bar Chart

A React component for creating animated 3D bar charts.

Installation

npm install lenschart

Usage

import LensChart from 'lenschart';

const data = [
  { label: 'A', value: 10 },
  { label: 'B', value: 20 },
  { label: 'C', value: 30 },
];
1.0.0

7 months ago