Hello

bars

Simple bar chart

Circles

Blue bar chart

Scatterplot with labels

Chtpr 7: Scales

Margin Convention: https://bl.ocks.org/mbostock/3019563

Value in reviewing this chapter.

Scaled Scatterplot

Time-scaled circles

For D3.js v5 compatiblity: d3.csv("https://raw.githubusercontent.com/prabusiva/d3-book/master/chapter_07/time_scale_data.csv", rowConverter).then(function (data){

Chtpr 8: Axes