jnaqsh/nerdnews

View on GitHub
app/assets/javascripts/tinycon.js

Summary

Maintainability
A
1 hr
Test Coverage

Function drawBubble has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var drawBubble = function(context, label, colour) {

        // automatic abbreviation for long (>2 digits) numbers
        if (typeof label == 'number' && label > 99 && options.abbreviate) {
            label = abbreviateNumber(label);
Severity: Minor
Found in app/assets/javascripts/tinycon.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status