Skip to content

Commit

Permalink
Added data for women candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
dldx committed May 12, 2018
1 parent 352127a commit 865dbde
Show file tree
Hide file tree
Showing 11 changed files with 1,608 additions and 195 deletions.
3 changes: 2 additions & 1 deletion d3.imports.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { queue } from "d3-queue"
export { csv, json } from "d3-request"
export { select, selectAll, selection, event, mouse } from "d3-selection"
export { scaleTime, scaleUtc, scaleLinear, scaleOrdinal, scalePoint, schemeCategory20 } from "d3-scale"
export { scaleTime, scaleUtc, scaleLinear, scaleOrdinal, scalePoint, scaleBand, schemeCategory20 } from "d3-scale"
export { area, line, curveBasis, curveCardinal, curveBundle, curveLinear, stack } from "d3-shape"
export { interpolate } from "d3-interpolate"
export { axisTop, axisRight, axisBottom, axisLeft } from "d3-axis"
Expand All @@ -16,3 +16,4 @@ export { quadtree } from "d3-quadtree"
export { dispatch } from "d3-dispatch"
export { timer, timeout } from "d3-timer"
export * from "d3-svg-annotation"
export * from "intersection-observer"
Loading

0 comments on commit 865dbde

Please sign in to comment.