handmade-react-chart
v2.0.7
Published
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?!
Downloads
8
Maintainers
Readme
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!