项目作者: kyanite5

项目描述 :
Biodiversity plots
高级语言: JavaScript
项目地址: git://github.com/kyanite5/15_Biodiversity_Project.git
创建时间: 2019-05-31T01:23:54Z
项目社区:https://github.com/kyanite5/15_Biodiversity_Project

开源协议:

下载


Interactive Visualizations and Dashboards

Use Plotly.js to build interactive charts for your dashboard.

Create a PIE chart that uses data from your samples route (/samples/) to display the top 10 samples.

Use sample_values as the values for the PIE chart
Use otu_ids as the labels for the pie chart
Use otu_labels as the hovertext for the chart

Create a Bubble Chart that uses data from your samples route (/samples/) to display each sample.

Use otu_ids for the x values
Use sample_values for the y values
Use sample_values for the marker size
Use otu_ids for the marker colors
Use otu_labels for the text values

Display the sample metadata from the route /metadata/

Display each key/value pair from the metadata JSON object somewhere on the page

Update all of the plots any time that a new sample is selected.
You are welcome to create any layout that you would like for your dashboard. An example dashboard page might look something like the following.
Your dashboard should be unique and original. Place your name in the upper right-hand corner of the window to sign your masterpiece!