UTD-CRSS/app.exploreapollo.org

View on GitHub
src/components/ChordDiagram/d3ChordDiagram.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function d3ChordDiagram has 101 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default curry(function d3ChordDiagram(speakers, interactions, node) {
  //FIXME should be the innerwidth of the tab container, not the entire window
  var width = window.innerWidth / 2;
  var height = width;
  var innerRadius = Math.min(width, height) * 0.4;
Severity: Major
Found in src/components/ChordDiagram/d3ChordDiagram.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status