[go: nahoru, domu]

Skip to content

A parallel coordinates chart that coordinates with a bubble chart to help the user comprehend the visualized dataset.

Notifications You must be signed in to change notification settings

Grace/Parallel-Coordinates-and-Bubble-Chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d3js_design_contest

4122 Assignment - D3 Design Contest

screenshot

Authors:

Grace Christenbery

Pre-reqs:

  • Node.js
  • Node.js csv module, run npm install csv in the command line to install it

OR

Instructions

  • git clone the repository
  • cd into root directory, and run npm install
  • in the command line, run node server.js
  • optionally, use supervisor server.js

server will be running on localhost:3000

Make sure to point your browser to localhost:3000/Visualization/index.html to view the project!

OR

  • git clone the repository
  • cd into root directory
  • in the command line, run python -m HTTPSimpleServer 8888 & or python -m http.server 8888 & for Python 3+
  • Point your browser to http://localhost:8888
  • Use the browser's file explorer to open the root directory to launch the visualization

Notes:

CSV files are in data/, to see it in the browser, for example go to localhost:3000/Visualization/data/a1-cereals.csv

Open Visualization/index.html to view our hard work!

If running Node.js server: http://localhost:3000/Visualization/index.html

If running Python server: http://localhost:8888/...path where you unzipped the folder.../Visualization/index.html

With a server properly running via the instructions above, index.html will work out of the box.

About

A parallel coordinates chart that coordinates with a bubble chart to help the user comprehend the visualized dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published