jquintozamora/react-d3-treemap

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.eslintignore
.eslintrc.js6
A
0 mins
.gitignore
.vscode/settings.json
CHANGELOG.md
LICENSE
README.md
assets/treeMap.1.0.26.gif
gatsby-config.js3
A
0 mins
package.json
src/App/App.css
src/App/App.tsx78
A
3 hrs
src/App/index.ts1
A
0 mins
src/components/Breadcrumb/Breadcrumb.css
src/components/Breadcrumb/Breadcrumb.tsx43
A
0 mins
src/components/Breadcrumb/index.ts5
A
0 mins
src/components/Node/LabelNewLine/LabelNewLine.tsx54
A
0 mins
src/components/Node/LabelNewLine/index.ts1
A
0 mins
src/components/Node/Node.css
src/components/Node/Node.tsx171
B
4 hrs
src/components/Node/NumberOfChildren/NumberOfChildren.tsx80
A
35 mins
src/components/Node/NumberOfChildren/index.ts1
A
0 mins
src/components/Node/helpers.ts73
A
2 hrs
src/components/Node/index.ts2
A
0 mins
src/components/Tooltip/Tooltip.css
src/components/Tooltip/Tooltip.tsx24
A
0 mins
src/components/Tooltip/TooltipContainer.tsx74
A
0 mins
src/components/Tooltip/TooltipContext.tsx18
A
0 mins
src/components/Tooltip/TooltipProvider.tsx84
A
1 hr
src/components/Tooltip/types.ts10
A
0 mins
src/components/Tooltip/useTooltip.ts6
A
0 mins
src/components/TreeMap/ITreeMapProps.ts55
A
0 mins
src/components/TreeMap/ITreeMapState.ts11
A
0 mins
src/components/TreeMap/TreeMap.tsx396
D
2 days
src/components/TreeMap/helpers.ts112
A
1 hr
src/components/TreeMap/hooks.ts50
A
45 mins
src/components/TreeMap/index.ts2
A
0 mins
src/data/data.ts21
A
0 mins
src/data/generateData.ts24
A
0 mins
src/index.html
src/index.tsx4
A
0 mins
src/indexPackage.ts2
A
0 mins
src/pages/index.tsx2
A
0 mins
tsconfig.json
tsconfig.package.json
tslint.json
webpack/common-paths.js7
A
0 mins
webpack/webpack.config.dev.js85
A
0 mins
webpack/webpack.config.prod.js70
A
0 mins