Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am robyngit on github.
  • I am robyn_t (https://keybase.io/robyn_t) on keybase.
  • I have a public key ASAylIO0eZqJveMATuxMCZBO65iaBxpemxYJa382MCmaZgo

To claim this, I am signing this object:

@robyngit
robyngit / README.md
Last active October 18, 2018 22:01
D3 v3 bar chart showing gaps in data

Option D

barchart


@robyngit
robyngit / README.md
Created October 3, 2018 17:34
D3 v3 cumulative time-series line chart with dots and showing gaps in data

Option D

cumulative; datapoints denoted by dots; gaps in data shown as dotted lines


PROS:

  • missing data clearly differentiated.
  • data points and mouseover tooltips make it clear where metric counts are available.
@robyngit
robyngit / README.md
Created October 2, 2018 22:24
D3 v3 time-series line chart with dots and showing gaps in data

Option C

datapoints denoted by dots; gaps in data shown as dotted lines


PROS:

  • missing data clearly differentiated.
  • data points and mouseover tooltips make it clear metric counts are available
@robyngit
robyngit / README.md
Last active September 28, 2018 20:47
D3 v3 cumulative time-series line chart showing gaps in data

Option B

cumulative line chart, with gaps in data shown as dotted lines


PROS:

  • missing data clearly differentiated.

CONS:

@robyngit
robyngit / README.md
Last active September 28, 2018 16:48
D3 v3 time-series line chart showing gaps in data

Option A

gaps in data shown as dotted lines


PROS:

  • missing data clearly differentiated.

CONS:

@robyngit
robyngit / D3 v3 time-series line chart.md
Last active September 13, 2023 19:22
D3 v3 time-series line chart

D3 v3 time-series line chart