jquintozamora/react-d3-treemap

View on GitHub
src/components/TreeMap/helpers.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getColorDomainFn has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const getColorDomainFn = <TreeMapInputData>(
  topNode: CustomHierarchyRectangularNode<TreeMapInputData>,
  data: TreeMapInputData,
  colorModel: ColorModel,
  childrenPropInData: string,
Severity: Minor
Found in src/components/TreeMap/helpers.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status