Continuous vs. Discrete
Understanding the differences between continuous and discrete datasets will make choosing scales easier.
We'll cover the following...
It is time to dive into other scales. D3 offers a variety of scales out of the box. We can find a full list of scales provided by D3 here.
This repository will document the various scales available. Let’s take the time to explore the other scales available from D3. It may seem like the scaleLinear()
function can cover all our needs. The truth is, there are other scales available that can do a better job, depending on what we’re trying to draw.
This section will be dedicated to exploring the other scales. By the end of it, you will be comfortable navigating around the ...