The Scaling Challenge

There are many scales onto which the data can be mapped. On these scales the axes depends. Whether top or left the axes needs tick marks and values. For that scales come in handy.

If visualization is constructing “visual representations of abstract data to amplify cognition”, then perhaps the most important concept in D3 is the scale, which maps a dimension of abstract data to a visual variable. - Mike Bostock

Learning to use the Scale effectively is more important than placing the points on the chart. I have decided to master the scales first, followed by the ticks formating, then color scaling. All these are done practically to implement day to day visualization at the beginner level.

Scales are transformed into the axis and used in the legends, when it comes to categories. The legends are further used for creating transitions, and making highlights on the charts.

Here are the list of Problems faced and Solved

The chart area will be colored green.