D3.js代写 | Course name: Expanding Functionality With Libraries

本次美国代写主要为D3.js相关的assignment

About this project
You bought a fitness-tracking wearable that counts your steps. The wearable uploads your
monthly step count and allows you to access the data from a server. You want to extend its
functionality and build a dashboard to display the collected data. We’ve already provided the
dashboard in HTML for you, so you’ll need to add the functionality using JavaScript.
Implementation
Let’s take a look at what you’ll need to build, some of the resources provided to help you
complete this project, and a high level plan.

Final Result
You’ll need to build a fitness dashboard that displays a bar graph of your monthly step count.
The x-axis should list the months and the y-axis should measure the monthly step count.

Helpful Documentation
• D3.js Official Documentation: https://github.com/d3/d3/wiki
Throughout these instructions, we’ll provide links to relevant documentation. You
should always read the documentation before implementing and use it as a
troubleshooting guide if your code does not run as expected.
• “Car Counter” Example
Throughout these instructions, we’ll reference an example D3 visualization: a simple bar
chart that displays the number of each car color observed on a road trip. We’ll provide
code references inline below, but you can also check out the full example in the next
page of this guide by clicking the right arrow above.

Final Result
You’ll need to build a fitness dashboard that displays a bar graph of your monthly step count.
The x-axis should list the months and the y-axis should measure the monthly step count.

Helpful Documentation
• D3.js Official Documentation: https://github.com/d3/d3/wiki
Throughout these instructions, we’ll provide links to relevant documentation. You
should always read the documentation before implementing and use it as a
troubleshooting guide if your code does not run as expected.
• “Car Counter” Example
Throughout these instructions, we’ll reference an example D3 visualization: a simple bar
chart that displays the number of each car color observed on a road trip. We’ll provide
code references inline below, but you can also check out the full example in the next
page of this guide by clicking the right arrow above.