rmit-programming-club/network-vis

View on GitHub
app-js/d3/graph.js

Summary

Maintainability
A
1 hr
Test Coverage

Function draw has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function draw(data) {
    var color = d3.scale.ordinal(d3.schemeSet2);
    var width = 420,
        barHeight = 20;

Severity: Minor
Found in app-js/d3/graph.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status