/toxicity-reloaded

A rewrite of the original Toxicity chart in Javascript using D3.js

Primary LanguageJavaScript

Toxicity reloaded

This is a reimplementation of the Toxicity chart in JavaScript using D3.js.

Apologies for the hackneyed name. In my defence, though, you can load and reload this version of the chart in a browser.

Usage

  • Download Checkstyle and copy the main JAR file into this directory
  • Run Checkstyle on your Java source code (double-check the name of the JAR file)
    java -jar checkstyle.jar -c metrics.xml -f xml -o checkstyle_output.xml <source_dir>
  • Open toxicity.html
  • Load checkstyle_output.xml generated by Checkstyle