Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/softvis/toxicity-reloaded

A rewrite of the original Toxicity chart in Javascript using D3.js
https://github.com/softvis/toxicity-reloaded

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Toxicity reloaded

This is a reimplementation of the [Toxicity chart][1] in JavaScript using [D3.js][2].

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][3] 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`
* Open **toxicity.html**
* Load **checkstyle_output.xml** generated by Checkstyle

[1]: http://erik.doernenburg.com/2008/11/how-toxic-is-your-code/
[2]: http://d3js.org
[3]: https://github.com/checkstyle/checkstyle/releases/