Gapminder/vizabi

View on GitHub
src/components/steppedspeedslider/steppedspeedslider.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function initAxis has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  initAxis() {
    const {
      lineWidth,
      triangleWidth,
      triangleHeight,
Severity: Minor
Found in src/components/steppedspeedslider/steppedspeedslider.js - About 1 hr to fix

    Function init has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      init(config, context) {
        this.name = "steppedSpeedSlider";
        this.template = require("./steppedspeedslider.html");
    
        this.config = Object.assign({
    Severity: Minor
    Found in src/components/steppedspeedslider/steppedspeedslider.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status