Skip to content

Instantly share code, notes, and snippets.

View curran's full-sized avatar

Curran Kelleher curran

View GitHub Profile
@curran
curran / README.md
Last active October 23, 2015 21:28
Grouped Bars
@curran
curran / README.md
Last active February 1, 2018 07:34
Stacked Bars
@curran
curran / README.md
Last active November 17, 2015 19:39
Migrant Deaths Map (outlines only)
@curran
curran / .block
Last active June 27, 2018 09:34
Migrant Deaths over Time
license: mit
@curran
curran / LICENSE
Last active November 17, 2015 19:43
Fusillade à Paris
The MIT License (MIT)
Copyright (c) 2015 Curran Kelleher
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@curran
curran / README.md
Last active November 17, 2015 19:56
Largest 5 Countries

Top 5 countries, sorted by population. Example 6 from the screencast Splitting Charts.

MIT License

web counter
@curran
curran / README.md
Last active November 20, 2015 00:16
Tilted Axis Labels
@curran
curran / README.md
Last active February 1, 2016 01:19
Colored Bar Chart
@curran
curran / README.md
Last active November 20, 2015 00:27
D3 Stack Layout

This is a small code example that shows what d3.layout.stack does. It adds y and y0 properties to your data, where y0 is the cumulative sum of y values. This is example 11 from the screencast Splitting Charts.

MIT License

web counter
@curran
curran / README.md
Last active November 20, 2015 00:48
Splitting a Rectangle