Scaling Basics

Share this video with your friends

Send Tweet

In this lesson Ben shows you the basics of dynamically scaling your charts in D3. Scaling is a deep concept, so this is the first video in a series that will cover this topic.

NewsWhip
NewsWhip
~ 8 years ago

Just an FYI in D3 4.2 and up, you will have to replace "d3.scale.linear()" with "d3.scaleLinear()"

Sam
Sam
~ 8 years ago

Thanks was confused as to why my scale was breaking.

Rahul Nair
Rahul Nair
~ 8 years ago

thank you for that.

Mike Potter
Mike Potter
~ 7 years ago

d3.scale.linear() has been changed to d3.scaleLinear()