Skip to content

Handmade charts for React that are really simple to use and learn and manage

Notifications You must be signed in to change notification settings

tommy-iasia/handmade-react-chart

Repository files navigation

handmade-react-chart

I can guarantee you that drawing chart is so so easy that you don't need any libraries.
Therefore, for you, I created a library?!

<RawSpline width={200} height={200} values={[250, 20, 180, 150, 230, 200]} />
<SimpleDonutChart radius={100} values={[1, 2, 3]} />

This library is to demonstrate how simple the code can be. No need to search for clumsy plugins, with unclear code debt, anymore.

Give me 10 minutes. After that, you will be able to write your own chart library with any functionality you want.

Demo

https://tommy-iasia.github.io/handmade-react-chart/build/index.html

There are 1-minute tutorials in each demo. Check them out!

About

Handmade charts for React that are really simple to use and learn and manage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published