Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 538 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 538 Bytes

pie-chart-in-angular2

Creating a Pie Chart using Angular2 (deprecated, replaced with "Angular") and d3.js (Version 3) Library

This is an angular-quickstart based code from this tutorial. Download this repository and type below commands to start the app.

npm install
npm run d3-typings
npm start

You can also see the app live on this Plunker