Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Structure

  • data contains the dataset in CSV or JSON format
    • sample.csv contains an example dataset
  • src contains the CSS and JavaScript of your implementation
    • main_old.js contains a small D3 example, which loads the CSV file and display it as a table
    • style.css contains the styles for the visualization
  • web_modules contains external libraries (e.g., D3)
  • index.html entry point of the dashboard (see below how to run it)

You can replace the sample.csv and the main_old.js with your dashboard solution.

Development environment

Recommendation:

Run test server

Debugging

  • Run test server (see above)
  • Set breakpoint in JavaScript file
  • Start debugging with F5