Skip to content

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

Notifications You must be signed in to change notification settings

keobox/toxicity-reloaded

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.3%
  • CSS 14.0%
  • HTML 13.3%
  • Shell 2.4%