Lemoncode / simplechart

Simplechart seed
MIT License
12 stars 13 forks source link

Create a simple pie chart using d3js + harcoded data #3

Closed brauliodiez closed 6 years ago

brauliodiez commented 6 years ago

We want to explore which data is needed, how it works.

Create it using the latest stable d3js version.

ebarriosara commented 6 years ago

The following project shows an example of using D3.js to display a pie chart:

https://github.com/ebarriosara/PieChartSpike

brauliodiez commented 6 years ago

Really good stuff, thanks