Skip to content

Instantly share code, notes, and snippets.

View chilijung's full-sized avatar
👋
Focusing

Howard Chi chilijung

👋
Focusing
View GitHub Profile
@chilijung
chilijung / README.md
Last active January 22, 2023 14:23 — forked from mbostock/.block
pie chart in d3 with explaination

A box-and-whisker plot uses simple glyphs that summarize a quantitative distribution with five standard statistics: the smallest value, lower quartile, median, upper quartile, and largest value. This summary approach allows the viewer to easily recognize differences between distributions. Data from the Michelson–Morley experiment. Implementation contributed by Jason Davies. This example periodically randomizes the values to demonstrate transitions.

@chilijung
chilijung / README.md
Created April 21, 2014 14:23
image, anchors, symbol and use in svg

image, anchors, symbol and use in svg

@chilijung
chilijung / README.md
Created April 21, 2014 08:50
font in svg

font in svg.

@chilijung
chilijung / README.md
Created April 21, 2014 08:13
Marker in svg.

Marker in svg.

@chilijung
chilijung / README.md
Created April 21, 2014 07:50
Paths in svg.

Paths in svg.

@chilijung
chilijung / README.md
Last active August 29, 2015 14:00
Shapes in svg

Shapes in svg

@chilijung
chilijung / README.md
Last active August 29, 2015 14:00
svg <g> tag
@chilijung
chilijung / README.md
Created April 18, 2014 04:27
Bar chart in svg
@chilijung
chilijung / README.md
Created April 17, 2014 17:29
Basic bar chart

This is a bar chart in d3.js