microsoft / PowerBI-visuals-AsterPlot
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 13 files with 1,636 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 3 medium size files (1,057 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (158 lines of code)
    • 9 very small files (421 lines of code)
0% | 0% | 64% | 9% | 25%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
ts0% | 0% | 64% | 9% | 25%
less0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/services0% | 0% | 100% | 0% | 0%
src0% | 0% | 40% | 19% | 40%
ROOT0% | 0% | 0% | 0% | 100%
style0% | 0% | 0% | 0% | 100%
Longest Files (Top 13)
File# lines# units
dataRenderService.ts
in src/services
459 20
visual.ts
in src
334 16
asterPlotConverterService.ts
in src/services
264 10
tooltipBuilder.ts
in src
158 4
behavior.ts
in src
90 5
karma.conf.ts
in root
85 -
visualLayout.ts
in src
81 14
dataInterfaces.ts
in src
40 -
settings.ts
in src
39 -
asterPlotColumns.ts
in src
38 3
helpers.ts
in src
34 4
utils.ts
in src
8 1
asterPlot.less
in style
6 -
Files With Most Units (Top 9)
File# lines# units
dataRenderService.ts
in src/services
459 20
visual.ts
in src
334 16
visualLayout.ts
in src
81 14
asterPlotConverterService.ts
in src/services
264 10
behavior.ts
in src
90 5
helpers.ts
in src
34 4
tooltipBuilder.ts
in src
158 4
asterPlotColumns.ts
in src
38 3
utils.ts
in src
8 1
Files With Long Lines (Top 5)

There are 5 files with lines longer than 120 characters. In total, there are 37 long lines.

File# lines# units# long lines
asterPlotConverterService.ts
in src/services
264 10 17
dataRenderService.ts
in src/services
459 20 11
visual.ts
in src
334 16 7
behavior.ts
in src
90 5 1
utils.ts
in src
8 1 1