Skip to content

Instantly share code, notes, and snippets.

View bricedev's full-sized avatar

Brice de la Briere bricedev

View GitHub Profile
@bricedev
bricedev / README.md
Last active January 31, 2024 18:31
Grouped bar chart
@bricedev
bricedev / README.md
Last active April 27, 2017 07:37
France population
@bricedev
bricedev / README.md
Last active March 24, 2016 15:50
Diverging Stacked Bar Chart (odd)

I have been using the diverging Stacked Bar Chart exemple by wpoely86 for a while. I tried to make it a bit more dynamic using less hardcoded constants. It works regardless the number of rows and the likert scale length (odd or even).

Check this other example with an even length of likert scale and more rows.

@bricedev
bricedev / README.md
Last active August 10, 2017 13:21
Diverging Stacked Bar Chart (even)

I have been using the diverging Stacked Bar Chart exemple by wpoely86 for a while. I tried to make it a bit more dynamic using less hardcoded constants. It works regardless the number of rows and the Likert scale length (odd or even).

Check this other example with an odd length of likert scale and more rows.

@bricedev
bricedev / README.md
Last active March 24, 2016 15:51
Word Cloud

Wordcloud implementation of most popular passwords (randomly sized) using the d3-cloud layout by Jason Davies.

@bricedev
bricedev / README.md
Last active March 24, 2016 15:51
IIB

As a mathematics student I found this visualization funny. I wanted to implement it.

It is extracted from the book Information is Beautiful.

data: MIT/Wellesley College magazine, Counterpoint (2001)

@bricedev
bricedev / README.md
Last active March 24, 2016 15:52
Unemployment rate

Unemployment rate in french Île-de-France

@bricedev
bricedev / README.md
Last active November 22, 2023 21:31
Radial Bar Chart
@bricedev
bricedev / README.md
Last active May 23, 2017 00:23
Sortable Radial Bar Chart

This variation of the radial bar chart adds sorting. Use the checkbox in the top right to turn sorting on or off.

@bricedev
bricedev / README.md
Last active September 27, 2016 21:32
Grouped Radial Bar Chart