Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.06 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.06 KB

D3 Parallel Dynamic Coordinates Visualization

This is a Data Visualization using Parallel Coordinates and D3 Javascript library. The code is based on the following examples:

In addition, this implementation add the possibility to upload a CSV Dataset and visualize the data. Each CSV column will be represented by an axis in the visualization. The CSV header will be use to name each coordinate in the visualization. The following is an example of a supported dataset:

Screenshot

Run the Visualization

Download the source code and open "index.html" in a Web Browser. The implementation should work without a web server, except for the predefined examples. To see the examples working, drop the source code in a Web server, for example Python Simple HTTP Server