fga-gpp-mds/2016.2-SME_UnB

View on GitHub
src/report/static/js/chart.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function draw_base_chart has 74 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function draw_base_chart(data){
      data = google.visualization.arrayToDataTable(data);

      var options = {
          title: 'Gráficos do transdutor ',
Severity: Major
Found in src/report/static/js/chart.js - About 2 hrs to fix

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

        function draw_initial_chart(){
          var data = [
            ["Date",
            "Active power A", "Active power B", "Active power C",
            "Apparent power A", "Apparent power B", "Apparent power C",
    Severity: Minor
    Found in src/report/static/js/chart.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status