Skip to content

tommyinb/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

Let you understand how to draw charts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.7%
  • CSS 8.0%
  • HTML 3.0%
  • JavaScript 1.3%