Skip to content

Instantly share code, notes, and snippets.

d0 d1
3.395458 -1.221118
1.006041 -0.820282
-1.241654 -1.660022
2.071885 1.072106
-0.227921 0.003036
-0.975231 -1.622658
-1.637805 -0.841431
-0.385982 1.335772
2.428339 2.363339
@LiangGou
LiangGou / README.md
Last active May 2, 2016 04:38
Small multiples with brush

Small multiples with brush

@LiangGou
LiangGou / README.md
Last active April 30, 2016 06:40
Transit small multiples from area charts to rect bar charts

This is an example to transit small multiples from area charts to bar charts. The bar charts are implemented with rect, not path SVG element.

@LiangGou
LiangGou / README.md
Last active April 30, 2016 06:40
Transit small multiples from area charts to path bar charts

This is an example to transit small multiples from area charts to bar charts. The bar charts are implemented with path, not rect SVG element.

@LiangGou
LiangGou / README.md
Last active April 30, 2016 06:32
Small multiples with radial area charts

This is an example of small multiples with radial area charts.

@LiangGou
LiangGou / README.md
Last active April 30, 2016 06:27
Small multiples with rect bar charts

This is an example of small multiples with bar charts. The bar chart is implemented with rect SVG element.

@LiangGou
LiangGou / README.md
Last active April 30, 2016 06:28
Small multiples with path bar charts

This is an example of small multiples with bar charts. The bar chart is implemented with a single path, not rect SVG element.

@LiangGou
LiangGou / README.md
Last active April 30, 2016 06:20
An example of small multiple area charts.

This is an example of small multiples with area charts.

@LiangGou
LiangGou / README.md
Created January 14, 2016 18:47 — forked from dbuezas/README.md
Pie charts labels

This variation of a donut chart demonstrates how to add labels with lines. Clicking on the button changes the displayed data. Check Pie Chart with Labels and Missing Data to see how to handle transitions with missing/new data.

@LiangGou
LiangGou / README.md
Last active August 22, 2017 17:49
Transition from bar to pie chart.

This is an example to transit a bar chart to a pie chart.