Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit

CS/INFO 3300; INFO 5100
Homework 8
Due 11:59pm Wednesday, November 3
Goals: Practice using d3 to work with raster drawing functions

Your work should be in the form of an HTML file called index.html or index.htm with one

element
per problem. For this homework we will be using d3.js. In the section of your file, please
import d3 using this tag:
Create a zip file containing your HTML file and associated data files (i.e. movie_barcodes.json) and
upload it to CMS before the deadline. Submissions that do not include data files may be penalized.
Your submission will be graded using a Python web server run in a parent directory containing your
zip file contents along with many other students’ submissions.
1. In this assignment, you will create a series of movie barcodes using 

element that will contain all of your barcodes
(e.g.
)
C. Now iterate through each of the movie Objects in movie_barcodes using a forEach loop.
-- D. For each of the movies, create a new
element to hold that movie’s title and canvas.
Add an
element inside of the new
containing the movie’s title (hint: use .text() )