myems-admin/js/plugins/flot/angular-flot.js

Summary

Maintainability
A
1 hr
Test Coverage

Function link has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        link: function(scope, element, attributes) {
            var height, init, onDatasetChanged, onOptionsChanged, plot, plotArea, width, _ref, _ref1;
            plot = null;
            width = attributes.width || '100%';
            height = attributes.height || '100%';
Severity: Minor
Found in myems-admin/js/plugins/flot/angular-flot.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status