Adding Graphics to a React App with D3 — Pie Chart

John Au-Yeung
3 min readFeb 3, 2021
Photo by Priscilla Du Preez on Unsplash

D3 lets us add graphics to a front-end web app easily.

Vue is a popular front end web framework.

They work great together. In this article, we’ll look at how to add graphics to a Vue app with D3.

Pie Chart

We can add a pie chart into our React app with D3.