ethanhann/Diagrammatica

View on GitHub
src/js/chart-base.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ChartBase has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var ChartBase = function (selection, chartClass) {
    this.hasRenderedOnce = false;
    this.selection = isD3Selection(selection) ? selection : d3.select(selection);
    this.update = function () {
    };
Severity: Minor
Found in src/js/chart-base.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status