Restream/redmine_custom_reports

View on GitHub

Showing 163 of 624 total issues

File nv.d3.js has 7704 lines of code (exceeds 250 allowed). Consider refactoring.
Open

(function(){

var nv = window.nv || {};

nv.version = '0.0.1a';
Severity: Major
Found in assets/javascripts/nv.d3.js - About 3 wks to fix

    File d3.v2.js has 7026 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    (function() {
      function d3_class(ctor, properties) {
        try {
          for (var key in properties) {
            Object.defineProperty(ctor.prototype, key, {
    Severity: Major
    Found in assets/javascripts/d3.v2.js - About 2 wks to fix

      Function scatter has 455 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      nv.models.scatter = function() {
      
        //============================================================
        // Public Variables with Default Settings
        //------------------------------------------------------------
      Severity: Major
      Found in assets/javascripts/nv.d3.js - About 2 days to fix

        Function lineWithFocusChart has 367 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        nv.models.lineWithFocusChart = function() {
        
          //============================================================
          // Public Variables with Default Settings
          //------------------------------------------------------------
        Severity: Major
        Found in assets/javascripts/nv.d3.js - About 1 day to fix

          Function scatterPlusLineChart has 366 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          nv.models.scatterPlusLineChart = function() {
          
            //============================================================
            // Public Variables with Default Settings
            //------------------------------------------------------------
          Severity: Major
          Found in assets/javascripts/nv.d3.js - About 1 day to fix

            Function undevPieChart has 365 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            nv.models.undevPieChart = function() {
            
              //============================================================
              // Public Variables with Default Settings
              //------------------------------------------------------------
            Severity: Major
            Found in assets/javascripts/nv.d3.js - About 1 day to fix

              Function scatterChart has 364 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              nv.models.scatterChart = function() {
              
                //============================================================
                // Public Variables with Default Settings
                //------------------------------------------------------------
              Severity: Major
              Found in assets/javascripts/nv.d3.js - About 1 day to fix

                Function multiChart has 331 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                nv.models.multiChart = function() {
                
                  //============================================================
                  // Public Variables with Default Settings
                  //------------------------------------------------------------
                Severity: Major
                Found in assets/javascripts/nv.d3.js - About 1 day to fix

                  Function cumulativeLineChart has 309 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  nv.models.cumulativeLineChart = function() {
                  
                    //============================================================
                    // Public Variables with Default Settings
                    //------------------------------------------------------------
                  Severity: Major
                  Found in assets/javascripts/nv.d3.js - About 1 day to fix

                    Function axis has 305 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    nv.models.axis = function() {
                    
                      //============================================================
                      // Public Variables with Default Settings
                      //------------------------------------------------------------
                    Severity: Major
                    Found in assets/javascripts/nv.d3.js - About 1 day to fix

                      Function multiBar has 276 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      nv.models.multiBar = function() {
                      
                        //============================================================
                        // Public Variables with Default Settings
                        //------------------------------------------------------------
                      Severity: Major
                      Found in assets/javascripts/nv.d3.js - About 1 day to fix

                        Function multiBarHorizontal has 272 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        nv.models.multiBarHorizontal = function() {
                        
                          //============================================================
                          // Public Variables with Default Settings
                          //------------------------------------------------------------
                        Severity: Major
                        Found in assets/javascripts/nv.d3.js - About 1 day to fix

                          Function d3_voronoi_tessellate has 268 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                            function d3_voronoi_tessellate(vertices, callback) {
                              var Sites = {
                                list: vertices.map(function(v, i) {
                                  return {
                                    index: i,
                          Severity: Major
                          Found in assets/javascripts/d3.v2.js - About 1 day to fix

                            Function ohlcBar has 265 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            nv.models.ohlcBar = function() {
                            
                              //============================================================
                              // Public Variables with Default Settings
                              //------------------------------------------------------------
                            Severity: Major
                            Found in assets/javascripts/nv.d3.js - About 1 day to fix

                              Function chart has 265 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                function chart(selection) {
                                  selection.each(function(data) {
                                    var container = d3.select(this),
                                        that = this;
                              
                              
                              Severity: Major
                              Found in assets/javascripts/nv.d3.js - About 1 day to fix

                                Function stackedAreaChart has 263 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                nv.models.stackedAreaChart = function() {
                                
                                  //============================================================
                                  // Public Variables with Default Settings
                                  //------------------------------------------------------------
                                Severity: Major
                                Found in assets/javascripts/nv.d3.js - About 1 day to fix

                                  Function chart has 261 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                    function chart(selection) {
                                      selection.each(function(data) {
                                        var availableWidth = width - margin.left - margin.right,
                                            availableHeight = height - margin.top - margin.bottom,
                                            container = d3.select(this);
                                  Severity: Major
                                  Found in assets/javascripts/nv.d3.js - About 1 day to fix

                                    Function multiBarChart has 261 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                    nv.models.multiBarChart = function() {
                                    
                                      //============================================================
                                      // Public Variables with Default Settings
                                      //------------------------------------------------------------
                                    Severity: Major
                                    Found in assets/javascripts/nv.d3.js - About 1 day to fix

                                      Function linePlusBarChart has 250 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      nv.models.linePlusBarChart = function() {
                                      
                                        //============================================================
                                        // Public Variables with Default Settings
                                        //------------------------------------------------------------
                                      Severity: Major
                                      Found in assets/javascripts/nv.d3.js - About 1 day to fix

                                        Function discreteBar has 237 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                        nv.models.discreteBar = function() {
                                        
                                          //============================================================
                                          // Public Variables with Default Settings
                                          //------------------------------------------------------------
                                        Severity: Major
                                        Found in assets/javascripts/nv.d3.js - About 1 day to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language