Skip to content

Instantly share code, notes, and snippets.

@nigelramdial
nigelramdial / .about+license.md
Created November 3, 2017 19:58 — forked from anilnairxyz/.about+license.md
brickwork cartogram of India

A cartogram of rectangular blocks displaying the relative weight of different states of India based on different statistical parameters.

Copyright © 2015, Anil Nair - MIT License

@nigelramdial
nigelramdial / .about+license.md
Created November 3, 2017 19:56 — forked from anilnairxyz/.block
india - states

Mercator Projection of Indian States.

Copyright © 2015, Anil Nair - MIT License

Polar Area Chart (Game of Thrones)

A polar area chart showing prominent Game of Thrones characters' on-screen time and number of episodes. Built using D3 with data from user "Sellsword" on the Game of Thrones forums.

A Pen by Nigel Ramdial on CodePen.

License.

Polar Area Chart (Game of Thrones)

A polar area chart showing prominent Game of Thrones characters' on-screen time and number of episodes. Built using D3 with data from user "Sellsword" on the Game of Thrones forums.

A Pen by Desmond Weindorf on CodePen.

License.

d3 Minimap Pan and Zoom Demo

This is a d3 viewer that shows how to incorporate a minimap to provide a scaled overview of the content of the canvas.

A Pen by Bill White on CodePen.

License.

D3 Map & GeoIP

Responsive D3 WorldMap with GeoIP service that plots your location on the map

A Pen by Benjamin on CodePen.

License.

@nigelramdial
nigelramdial / index.html
Created May 21, 2017 13:52 — forked from anonymous/index.html
JS Events - Change Style
<h1>Changing the Style</h1>
<p>JavaScript can change the style of an HTML element.</p>
<button type="button" onclick="openMe()">Open!</button>
<button type="button" onclick="closeMe()">Close!</button>
<p id="demo">Extra details...You can open and close this paragraph using the buttons above.</p>