exercism/website

View on GitHub
app/javascript/components/impact/chart-elements/chart-config.ts

Summary

Maintainability
A
3 hrs
Test Coverage

Function createChartConfig has 88 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function createChartConfig(
  data: number[],
  labels: string[],
  milestones: Milestone[],
  dateMap: { [key: string]: number }
Severity: Major
Found in app/javascript/components/impact/chart-elements/chart-config.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status