- React
- Reactathon
- 2018
- Charts from Scratch in React
Charts from Scratch in React
Christina Holland at Reactathon 2018
With all the great charting libraries out there, why would you want to roll your own charts from scratch? Sometimes you want more control, or your use case is so simple you can avoid bringing in an unneeded dependency, or maybe you just want to strip away the magic for a moment and learn how the browser's drawing APIs really work. We'll go over some examples of building charts with basic HTML, SVG and Canvas.