Skip to content

tulsyanp/data-visualization-d3-js-nightingale-rose-chart

Repository files navigation

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