offirgolan/ember-cli-nvd3

View on GitHub
addon/components/nvd3-chart.js

Summary

Maintainability
A
1 hr
Test Coverage

Function drawChart has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  drawChart() {
    nv.addGraph(() => {
      if (this.isDestroyed || this.isDestroying) {
        return;
      }
Severity: Minor
Found in addon/components/nvd3-chart.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status