ejplatform/ej-server

View on GitHub
lib/assets/js/conversations/votes-over-time.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function AreaChart has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function AreaChart(voteData, color) {
  const curve = d3.curveLinear;
  const margin = { top: 20, right: 30, bottom: 30, left: 40 };

  let width = d3.select("#votes-over-time").attr("width");
Severity: Major
Found in lib/assets/js/conversations/votes-over-time.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status