Skip to content

juliabrunett/plotly-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plotly-challenge

Plotly Homework: This assignment used d3.js, Plotly, and JavaScript to create a dashboard with various plots to visualize a JSON dataset. The dataset was taken from a study about the biodiversity of microbes found in bellybuttons. By choosing a test subject ID, the whole dashboard is updated to visualize the data for that test subject. Using Plotly, the dashboard includes a bar chart, a bubble chart, and an indicator chart. The dashboard is live at this link.

index.html: HTML file with code for the page

data:

  • samples.json (JSON file with the dataset from the study)

static:

  • js: app.js (JavaScript file with the code to dynamically create and change each plot based on the selection)
  • css: styles.css (CSS file to style the html page)

images:

  • Screenshots of webpage

Dashboard

Top of Page Bottom of Page