Skip to content

Instantly share code, notes, and snippets.

@pbogden
pbogden / README.md
Last active November 30, 2016 14:43
canvas svg

###Overlay SVG on canvas

  • Use a positioned container (#myContainer is position: relative) for the overlay
  • Overlay the canvas and svg elements using position: absolute
  • A CSS border on the canvas element displaces the canvas relative to the SVG
  • d3.selection.insert can help when ordering SVG and canvas elements
  • Uses globalAlpha and d3.timer to gradually fade in the canvas element
@pbogden
pbogden / README.md
Last active May 16, 2019 01:14
d3 gsheet plugin (JSONP)

Google spreadsheet as a data source (JSONP).

#d3.gsheet(key [, sheet], callback)

Retrieves data from the Google Spreadsheet associated with the spreadsheet key. The optional sheet is a string that corresponds to the name of the desired sheet in the spreadsheet. The default is to read the first sheet. The callback is invoked with an array of objects as the argument, consistent with d3.csv().

To adapt this demo to another spreadsheet, you must:

@pbogden
pbogden / README.md
Last active August 29, 2015 14:10
three

Playing around with three.js

@pbogden
pbogden / README.md
Last active February 12, 2018 18:13
cors-enabled gsheet

##Google spreadsheet as a data source (CORS)

This demo retrieves data as CSV from the Google spreadsheet at this URL.

To adapt this demo to another spreadsheet:

  • You must share the spreadsheet so that "Anyone with the link can view" it.
  • You need a unique spreadsheet key (the long string 1Cj1...ieYo in the URL above). You can get it from the "shareable link", or from the address bar when you edit the spreadsheet in a browser.
@pbogden
pbogden / README.md
Last active August 4, 2017 09:59
CSS position
@pbogden
pbogden / README.md
Last active June 17, 2023 17:24
D3 + Leaflet
@pbogden
pbogden / README.md
Last active August 29, 2015 14:26
zoom2

This version of Mike Bostock's Zoom Center shows the values for translate & scale and allows you to change the center.

@pbogden
pbogden / README.md
Last active August 29, 2015 14:27
readd

add/remove/readd DOM elements

@pbogden
pbogden / README.md
Last active August 29, 2015 14:27
three sample
@pbogden
pbogden / README.md
Last active August 29, 2015 14:27
symbols

D3 symbols