catdad/grandma

View on GitHub
views/html-report/scatter-plot.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function formatter has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var formatter = (function() {
        var ymin = Infinity;
        var ymax = -Infinity;

        var yUnits;
Severity: Major
Found in views/html-report/scatter-plot.js - About 2 hrs to fix

    Function makeGraph has 54 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        function makeGraph(series) {
            var graph = new Rickshaw.Graph({
                element: chartElem,
                renderer: 'scatterplot',
                stroke: true,
    Severity: Major
    Found in views/html-report/scatter-plot.js - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status