Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/softvis/toxicity-reloaded
- Owner: softvis
- Created: 2013-06-27T14:21:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T15:58:58.000Z (about 3 years ago)
- Last Synced: 2024-07-31T21:52:09.181Z (6 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 31
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-modernization - Toxicity - A rewrite of the original Toxicity chart in Javascript using D3.js (Visual / Datbase to Struct)
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/