Skip to content

joelvoss/react-lit-charts

Repository files navigation

@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

About

Charting library for react applications that allows you to visualize data with HTML and SVG.

Resources

License

Stars

Watchers

Forks