cBioPortal/iViz

View on GitHub
app/scripts/views/components/generalChart.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  iViz.view.component.GeneralChart = function(chartType) {
    'use strict';
    this.chartType = chartType || 'generalChart';
    this.dataForDownload = {};
    this.getCurrentCategories = function() {
Severity: Minor
Found in app/scripts/views/components/generalChart.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status