Skip to content

Instantly share code, notes, and snippets.

@yani-
Created June 24, 2017 20:47
Show Gist options
  • Save yani-/5e1adc290d24cc77bff66cffb6f34020 to your computer and use it in GitHub Desktop.
Save yani-/5e1adc290d24cc77bff66cffb6f34020 to your computer and use it in GitHub Desktop.
const line = d3.line()
.x((d) => x(d.date))
.y((d) => y(d.count))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment