Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 701 Bytes

2016-08-20-d3-animating-between-scales.md

File metadata and controls

19 lines (16 loc) · 701 Bytes
layout title subtitle date image block adapted
block
D3: Animating between scales
See how the same data looks using different D3 scales.
2016-08-20 21:53:17 +0100
path
/assets/images/dots.png
path
animating-between-scales.html
publication
Block

The purpose of this gist is two-fold:

  1. Demonstrate how to animate between scales;

  2. Show how data visualization depends on the chosen scale.

    For example, we can see how some data clusters using the power scale. The datums 1 and 10 are rendered on the same spot. If we had a lot of these points close to each other and performance was a concern, filtering out some of these points could prove valuable.