@react-lit/charts
v0.5.0
Published
Charting library for react applications that allows you to visualize data with HTML and SVG.
Downloads
6
Readme
@react-lit/charts
Charting library for react applications that allows you to visualize data with HTML and SVG.
Installation
$ npm i @react-lit/charts
# or
$ yarn add @react-lit/charts
Example
See the ./examples
folder for example charts.
Development
(1) Install dependencies
$ npm i
# or
$ yarn
(2) Run initial validation
$ ./Taskfile.sh validate
(3) Run tests in watch-mode to validate functionality.
$ ./Taskfile test -w
This project was set up by @jvdx/core