Skip to content

acsours/plotly_biodiversity_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plotly_challenge:

Belly Button Biodiversity Dashboard

This is a script created to read data from a JSON file and load into a responsive dashboard using javascript.

  • HTML page to display data on bellybutton biodiversity
  • Uses app.js to display the data from samples.json on the interactive html page
  • Filters data by subject ID number using a dropdown menu
  • uses d3 selectors and event handlers to filter data and create subsequent visualizations

CDN specifications:

Bootstrap:

https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css

Plot.ly:

https://cdn.plot.ly/plotly-latest.min.js

D3:

  <script src="https://d3js.org/d3.v6.min.js"></script>

Dashboard Preview

Use dropdown menu to select sample id and corresponding display data dashboard_dropdown.png

Subject demographic info displayed in panel dashboard_barchart.png Hovertext displays sample value and bacteria name

dashboard_bubblechart.png Hovertext displays bacteria name, sample value, and otu id number

About

Create responsive dashboard using JavaScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published