radar-parlamentar/radar

View on GitHub
radar_parlamentar/radar_parlamentar/static/files/codes/js/genero_comparativo_partidos.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function desenhar has 81 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function desenhar(legislatura){
    d3.json("/static/files/codes/js/genero_comparativo_partidos.json", function(error, passa_dados) {

        dados = passa_dados[legislatura];
        data = [];

    There are no issues that match your filters.

    Category
    Status