❗The content presented here is sourced directly from Educative platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [July 27th, 2023]
This course provides an introduction to interactive data visualization using D3. Students will learn how to draw elements such as geometric shapes and paths, and how to apply different styles and adjust their attributes. Through hands-on experience, students will gain an understanding of techniques for visualizing bar charts, histograms, and tree diagrams. The course will begin with a simple line graph, which will be broken down into its components and used to create variations of the graph.
Course Syllabus
A Simple Graph
HTML
Cascading Style Sheets (CSS)
D3 JavaScript
Setting Up the Margins and the Graph Area
Getting the Data
Formatting the Date and Time
Setting Scales, Domains, and Ranges
Adding Data to the Line Function
Adding the SVG Element
Actually Drawing Something!