Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 563 Bytes

File metadata and controls

18 lines (11 loc) · 563 Bytes

Introduction

The repository consists of data visualization for 'Nightingale's Rose Chart' using D3.js

Nightingale's Rose Chart

Described as a Coxcomb Chart, Rose Chart or Polar Area Chart.Read More

Installation

Clone the repository and run the index.html file after running a local web server. To run the local web server:

MacOS: python -m SimpleHTTPServer 8000
Windows: Install WAMP or Xampp