Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 271 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 271 Bytes

Donut Chart

Installation

Install packages with npm i

Run

Run with npm start and open http://localhost:8080/

Data is loaded from data.json, you can change it if you wish.

Tests

Tests here are functional tests only.

Run tests with npm run test