D3_Reusable_Charts icon indicating copy to clipboard operation
D3_Reusable_Charts copied to clipboard

Four D3 charting projects:

DistroChart

  • Live example: http://bl.ocks.org/asielen/92929960988a8935d907e39e60ea8417
  • For making charts to evaluate various distribution data. From Boxplots to Violin Charts to Bean Plots
  • See the readme file in the distro_chart folder for more info

Pacing Chart

  • Live example: https://bl.ocks.org/asielen/4d81bc4c450e1f4c4fa914edea8c0d71
  • For tracking one or more results against one or more targets.
  • See the readme file in the pacing_chart folder for more info

MultilineChart

  • Live example: http://bl.ocks.org/asielen/50a527004cb79facf219
  • For making line charts for comparison. Features hover data and the ability to show or hide lines.
  • See the readme file in the multiline_chart folder for more info

ScatterChart

  • No live example of this one. To view start up a server (ex. http.server in Python 3) and then view the index file.
  • Provides easy methods for hover data and logarithmic scales