epam / TimeBaseGrafanaPlugin
File Size

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

Intro
Learn more...
File Size Overall
0% | 33% | 20% | 26% | 19%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
tsx0% | 34% | 24% | 22% | 18%
ts0% | 30% | 14% | 33% | 20%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 33% | 20% | 26% | 18%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 29)
File# lines# units
QueryEditor.tsx
in src/components
856 4
515 21
Filter.tsx
in src/components/view/Filter
341 4
Function.tsx
in src/components/view/Function
262 2
query.ts
in src/utils
248 1
utils.ts
in src/utils
190 -
options.ts
in src/utils
155 -
CustomAsyncSelect.tsx
in src/components/view/SegmentSelect
147 2
FunctionFieldParameter.tsx
in src/components/view/Function
144 -
FunctionHeader.tsx
in src/components/view/Function
136 1
LabelWithAlias.tsx
in src/components/view/LabelWithAlias
114 6
time-intervals.ts
in src/utils
110 -
types.ts
in src/utils
105 -
ConfigEditor.tsx
in src/components
100 2
filters.ts
in src/utils
93 -
TimeGrouping.tsx
in src/components/view/TimeGrouping
89 2
FieldValidation.tsx
in src/components/view/FieldValidation
69 1
functions.ts
in src/utils
64 -
types.ts
in src
55 -
54 -
FieldLabels.tsx
in src/components/view/FieldLabels
50 -
SegmentSelect.tsx
in src/components/view/SegmentSelect
47 1
SegmentFrame.tsx
in src/components/view/SegmentFrame
46 1
constants.ts
in src/utils
36 -
styles.ts
in src/utils
34 -
28 1
variables.ts
in src/utils
27 -
module.ts
in src
8 -
1 -
Files With Most Units (Top 14)
File# lines# units
515 21
LabelWithAlias.tsx
in src/components/view/LabelWithAlias
114 6
QueryEditor.tsx
in src/components
856 4
Filter.tsx
in src/components/view/Filter
341 4
ConfigEditor.tsx
in src/components
100 2
TimeGrouping.tsx
in src/components/view/TimeGrouping
89 2
Function.tsx
in src/components/view/Function
262 2
CustomAsyncSelect.tsx
in src/components/view/SegmentSelect
147 2
28 1
query.ts
in src/utils
248 1
SegmentFrame.tsx
in src/components/view/SegmentFrame
46 1
FieldValidation.tsx
in src/components/view/FieldValidation
69 1
FunctionHeader.tsx
in src/components/view/Function
136 1
SegmentSelect.tsx
in src/components/view/SegmentSelect
47 1
Files With Long Lines (Top 2)

There are 2 files with lines longer than 120 characters. In total, there are 3 long lines.

File# lines# units# long lines
515 21 2
QueryEditor.tsx
in src/components
856 4 1
Correlations

File Size vs. Commits (all time): 26 points

src/datasource.ts x: 7 commits (all time) y: 515 lines of code src/components/QueryEditor.tsx x: 6 commits (all time) y: 856 lines of code src/types.ts x: 6 commits (all time) y: 55 lines of code src/utils/styles.ts x: 4 commits (all time) y: 34 lines of code src/utils/variables.ts x: 2 commits (all time) y: 27 lines of code src/components/view/Filter/Filter.tsx x: 7 commits (all time) y: 341 lines of code src/components/view/SegmentSelect/SegmentSelect.tsx x: 3 commits (all time) y: 47 lines of code src/utils/filters.ts x: 2 commits (all time) y: 93 lines of code src/utils/types.ts x: 7 commits (all time) y: 105 lines of code src/utils/utils.ts x: 5 commits (all time) y: 190 lines of code src/components/ConfigEditor.tsx x: 2 commits (all time) y: 100 lines of code jest-setup.js x: 1 commits (all time) y: 1 lines of code playwright.config.ts x: 1 commits (all time) y: 28 lines of code src/DataSource.ts x: 18 commits (all time) y: 515 lines of code src/components/QueryEditorModeSwitcher.tsx x: 1 commits (all time) y: 54 lines of code src/components/view/FieldLabels/FieldLabels.tsx x: 1 commits (all time) y: 50 lines of code src/components/view/FieldValidation/FieldValidation.tsx x: 1 commits (all time) y: 69 lines of code src/components/view/Function/Function.tsx x: 1 commits (all time) y: 262 lines of code src/components/view/Function/FunctionFieldParameter.tsx x: 1 commits (all time) y: 144 lines of code src/components/view/Function/FunctionHeader.tsx x: 1 commits (all time) y: 136 lines of code src/components/view/LabelWithAlias/LabelWithAlias.tsx x: 1 commits (all time) y: 114 lines of code src/components/view/SegmentFrame/SegmentFrame.tsx x: 1 commits (all time) y: 46 lines of code src/components/view/SegmentSelect/CustomAsyncSelect.tsx x: 1 commits (all time) y: 147 lines of code src/components/view/TimeGrouping/TimeGrouping.tsx x: 1 commits (all time) y: 89 lines of code src/module.ts x: 4 commits (all time) y: 8 lines of code src/utils/query.ts x: 1 commits (all time) y: 248 lines of code
856.0
lines of code
  min: 1.0
  average: 164.38
  25th percentile: 46.75
  median: 96.5
  75th percentile: 204.5
  max: 856.0
0 18.0
commits (all time)
min: 1.0 | average: 3.31 | 25th percentile: 1.0 | median: 1.5 | 75th percentile: 5.25 | max: 18.0

File Size vs. Contributors (all time): 26 points

src/datasource.ts x: 3 contributors (all time) y: 515 lines of code src/components/QueryEditor.tsx x: 2 contributors (all time) y: 856 lines of code src/types.ts x: 3 contributors (all time) y: 55 lines of code src/utils/styles.ts x: 2 contributors (all time) y: 34 lines of code src/utils/variables.ts x: 2 contributors (all time) y: 27 lines of code src/components/view/Filter/Filter.tsx x: 3 contributors (all time) y: 341 lines of code src/components/view/SegmentSelect/SegmentSelect.tsx x: 2 contributors (all time) y: 47 lines of code src/utils/filters.ts x: 2 contributors (all time) y: 93 lines of code src/utils/types.ts x: 5 contributors (all time) y: 105 lines of code src/utils/utils.ts x: 4 contributors (all time) y: 190 lines of code src/components/ConfigEditor.tsx x: 1 contributors (all time) y: 100 lines of code jest-setup.js x: 1 contributors (all time) y: 1 lines of code playwright.config.ts x: 1 contributors (all time) y: 28 lines of code src/DataSource.ts x: 4 contributors (all time) y: 515 lines of code src/components/QueryEditorModeSwitcher.tsx x: 1 contributors (all time) y: 54 lines of code src/components/view/FieldLabels/FieldLabels.tsx x: 1 contributors (all time) y: 50 lines of code src/components/view/FieldValidation/FieldValidation.tsx x: 1 contributors (all time) y: 69 lines of code src/components/view/Function/Function.tsx x: 1 contributors (all time) y: 262 lines of code src/components/view/Function/FunctionFieldParameter.tsx x: 1 contributors (all time) y: 144 lines of code src/components/view/Function/FunctionHeader.tsx x: 1 contributors (all time) y: 136 lines of code src/components/view/LabelWithAlias/LabelWithAlias.tsx x: 1 contributors (all time) y: 114 lines of code src/components/view/SegmentFrame/SegmentFrame.tsx x: 1 contributors (all time) y: 46 lines of code src/components/view/SegmentSelect/CustomAsyncSelect.tsx x: 1 contributors (all time) y: 147 lines of code src/components/view/TimeGrouping/TimeGrouping.tsx x: 1 contributors (all time) y: 89 lines of code src/module.ts x: 3 contributors (all time) y: 8 lines of code src/utils/query.ts x: 1 contributors (all time) y: 248 lines of code
856.0
lines of code
  min: 1.0
  average: 164.38
  25th percentile: 46.75
  median: 96.5
  75th percentile: 204.5
  max: 856.0
0 5.0
contributors (all time)
min: 1.0 | average: 1.88 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 3.0 | max: 5.0

File Size vs. Commits (30 days): 10 points

src/datasource.ts x: 6 commits (30d) y: 515 lines of code src/components/QueryEditor.tsx x: 5 commits (30d) y: 856 lines of code src/types.ts x: 2 commits (30d) y: 55 lines of code src/utils/styles.ts x: 4 commits (30d) y: 34 lines of code src/utils/variables.ts x: 2 commits (30d) y: 27 lines of code src/components/view/Filter/Filter.tsx x: 4 commits (30d) y: 341 lines of code src/components/view/SegmentSelect/SegmentSelect.tsx x: 2 commits (30d) y: 47 lines of code src/utils/filters.ts x: 2 commits (30d) y: 93 lines of code src/utils/types.ts x: 2 commits (30d) y: 105 lines of code src/utils/utils.ts x: 2 commits (30d) y: 190 lines of code
856.0
lines of code
  min: 27.0
  average: 226.3
  25th percentile: 43.75
  median: 99.0
  75th percentile: 384.5
  max: 856.0
0 6.0
commits (30d)
min: 2.0 | average: 3.1 | 25th percentile: 2.0 | median: 2.0 | 75th percentile: 4.25 | max: 6.0

File Size vs. Contributors (30 days): 10 points

src/datasource.ts x: 2 contributors (30d) y: 515 lines of code src/components/QueryEditor.tsx x: 2 contributors (30d) y: 856 lines of code src/types.ts x: 2 contributors (30d) y: 55 lines of code src/utils/styles.ts x: 2 contributors (30d) y: 34 lines of code src/utils/variables.ts x: 2 contributors (30d) y: 27 lines of code src/components/view/Filter/Filter.tsx x: 2 contributors (30d) y: 341 lines of code src/components/view/SegmentSelect/SegmentSelect.tsx x: 2 contributors (30d) y: 47 lines of code src/utils/filters.ts x: 2 contributors (30d) y: 93 lines of code src/utils/types.ts x: 2 contributors (30d) y: 105 lines of code src/utils/utils.ts x: 2 contributors (30d) y: 190 lines of code
856.0
lines of code
  min: 27.0
  average: 226.3
  25th percentile: 43.75
  median: 99.0
  75th percentile: 384.5
  max: 856.0
0 2.0
contributors (30d)
min: 2.0 | average: 2.0 | 25th percentile: 2.0 | median: 2.0 | 75th percentile: 2.0 | max: 2.0

File Size vs. Commits (90 days): 26 points

src/datasource.ts x: 7 commits (90d) y: 515 lines of code src/components/QueryEditor.tsx x: 6 commits (90d) y: 856 lines of code src/types.ts x: 3 commits (90d) y: 55 lines of code src/utils/styles.ts x: 4 commits (90d) y: 34 lines of code src/utils/variables.ts x: 2 commits (90d) y: 27 lines of code src/components/view/Filter/Filter.tsx x: 7 commits (90d) y: 341 lines of code src/components/view/SegmentSelect/SegmentSelect.tsx x: 3 commits (90d) y: 47 lines of code src/utils/filters.ts x: 2 commits (90d) y: 93 lines of code src/utils/types.ts x: 2 commits (90d) y: 105 lines of code src/utils/utils.ts x: 2 commits (90d) y: 190 lines of code src/components/ConfigEditor.tsx x: 2 commits (90d) y: 100 lines of code jest-setup.js x: 1 commits (90d) y: 1 lines of code playwright.config.ts x: 1 commits (90d) y: 28 lines of code src/DataSource.ts x: 1 commits (90d) y: 515 lines of code src/components/QueryEditorModeSwitcher.tsx x: 1 commits (90d) y: 54 lines of code src/components/view/FieldLabels/FieldLabels.tsx x: 1 commits (90d) y: 50 lines of code src/components/view/FieldValidation/FieldValidation.tsx x: 1 commits (90d) y: 69 lines of code src/components/view/Function/Function.tsx x: 1 commits (90d) y: 262 lines of code src/components/view/Function/FunctionFieldParameter.tsx x: 1 commits (90d) y: 144 lines of code src/components/view/Function/FunctionHeader.tsx x: 1 commits (90d) y: 136 lines of code src/components/view/LabelWithAlias/LabelWithAlias.tsx x: 1 commits (90d) y: 114 lines of code src/components/view/SegmentFrame/SegmentFrame.tsx x: 1 commits (90d) y: 46 lines of code src/components/view/SegmentSelect/CustomAsyncSelect.tsx x: 1 commits (90d) y: 147 lines of code src/components/view/TimeGrouping/TimeGrouping.tsx x: 1 commits (90d) y: 89 lines of code src/module.ts x: 1 commits (90d) y: 8 lines of code src/utils/query.ts x: 1 commits (90d) y: 248 lines of code
856.0
lines of code
  min: 1.0
  average: 164.38
  25th percentile: 46.75
  median: 96.5
  75th percentile: 204.5
  max: 856.0
0 7.0
commits (90d)
min: 1.0 | average: 2.12 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.25 | max: 7.0

File Size vs. Contributors (90 days): 26 points

src/datasource.ts x: 3 contributors (90d) y: 515 lines of code src/components/QueryEditor.tsx x: 2 contributors (90d) y: 856 lines of code src/types.ts x: 2 contributors (90d) y: 55 lines of code src/utils/styles.ts x: 2 contributors (90d) y: 34 lines of code src/utils/variables.ts x: 2 contributors (90d) y: 27 lines of code src/components/view/Filter/Filter.tsx x: 3 contributors (90d) y: 341 lines of code src/components/view/SegmentSelect/SegmentSelect.tsx x: 2 contributors (90d) y: 47 lines of code src/utils/filters.ts x: 2 contributors (90d) y: 93 lines of code src/utils/types.ts x: 2 contributors (90d) y: 105 lines of code src/utils/utils.ts x: 2 contributors (90d) y: 190 lines of code src/components/ConfigEditor.tsx x: 1 contributors (90d) y: 100 lines of code jest-setup.js x: 1 contributors (90d) y: 1 lines of code playwright.config.ts x: 1 contributors (90d) y: 28 lines of code src/DataSource.ts x: 1 contributors (90d) y: 515 lines of code src/components/QueryEditorModeSwitcher.tsx x: 1 contributors (90d) y: 54 lines of code src/components/view/FieldLabels/FieldLabels.tsx x: 1 contributors (90d) y: 50 lines of code src/components/view/FieldValidation/FieldValidation.tsx x: 1 contributors (90d) y: 69 lines of code src/components/view/Function/Function.tsx x: 1 contributors (90d) y: 262 lines of code src/components/view/Function/FunctionFieldParameter.tsx x: 1 contributors (90d) y: 144 lines of code src/components/view/Function/FunctionHeader.tsx x: 1 contributors (90d) y: 136 lines of code src/components/view/LabelWithAlias/LabelWithAlias.tsx x: 1 contributors (90d) y: 114 lines of code src/components/view/SegmentFrame/SegmentFrame.tsx x: 1 contributors (90d) y: 46 lines of code src/components/view/SegmentSelect/CustomAsyncSelect.tsx x: 1 contributors (90d) y: 147 lines of code src/components/view/TimeGrouping/TimeGrouping.tsx x: 1 contributors (90d) y: 89 lines of code src/module.ts x: 1 contributors (90d) y: 8 lines of code src/utils/query.ts x: 1 contributors (90d) y: 248 lines of code
856.0
lines of code
  min: 1.0
  average: 164.38
  25th percentile: 46.75
  median: 96.5
  75th percentile: 204.5
  max: 856.0
0 3.0
contributors (90d)
min: 1.0 | average: 1.46 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.0 | max: 3.0