apache / echarts-handbook
File Size

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

Intro
Learn more...
File Size Overall
0% | 18% | 27% | 33% | 20%
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
ts0% | 66% | 0% | 22% | 11%
vue0% | 0% | 48% | 33% | 17%
js0% | 0% | 0% | 54% | 46%
html0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
components0% | 27% | 25% | 27% | 18%
layouts0% | 0% | 100% | 0% | 0%
pages0% | 0% | 0% | 92% | 7%
build0% | 0% | 0% | 77% | 22%
ROOT0% | 0% | 0% | 75% | 24%
configs0% | 0% | 0% | 0% | 100%
store0% | 0% | 0% | 0% | 100%
Longest Files (Top 31)
File# lines# units
contributors.ts
in components/helper
528 -
default.vue
in layouts
286 -
Live.vue
in components/markdown
243 -
Sidebar.vue
in components/partials
239 -
_.vue
in pages
185 -
sandbox.ts
in components/helper
177 20
CodeBlock.vue
in components/markdown
135 -
115 4
Contributors.vue
in components/partials
108 -
CodeBlockCopyClipboard.vue
in components/markdown
102 -
101 2
SidebarNavItem.vue
in components/partials
91 -
Alert.vue
in components/markdown
79 -
index.js
in store
56 9
loadScripts.ts
in components/helper
51 5
Example.vue
in components/markdown
45 -
generate.js
in build
34 1
Navbar.vue
in components/partials
32 -
config.js
in configs
24 1
OptionLink.vue
in components/markdown
21 -
17 -
global.ts
in components/markdown
16 -
app.html
in root
15 -
index.vue
in pages
15 -
PostContent.ts
in components/partials
11 1
11 -
config.dev.js
in configs
11 -
config.local.js
in configs
11 -
post.ts
in components/helper
10 1
config.asf.js
in configs
10 -
config.gh.js
in configs
10 -
Files With Most Units (Top 9)
File# lines# units
sandbox.ts
in components/helper
177 20
index.js
in store
56 9
loadScripts.ts
in components/helper
51 5
115 4
101 2
post.ts
in components/helper
10 1
PostContent.ts
in components/partials
11 1
config.js
in configs
24 1
generate.js
in build
34 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
CodeBlockCopyClipboard.vue
in components/markdown
102 - 2
Contributors.vue
in components/partials
108 - 1
Correlations

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

layouts/default.vue x: 51 commits (all time) y: 286 lines of code app.html x: 15 commits (all time) y: 15 lines of code components/partials/Contributors.vue x: 13 commits (all time) y: 108 lines of code components/partials/Sidebar.vue x: 44 commits (all time) y: 239 lines of code components/markdown/Live.vue x: 19 commits (all time) y: 243 lines of code pages/_.vue x: 16 commits (all time) y: 185 lines of code nuxt.config.js x: 50 commits (all time) y: 101 lines of code components/markdown/CodeBlock.vue x: 9 commits (all time) y: 135 lines of code components/partials/SidebarNavItem.vue x: 13 commits (all time) y: 91 lines of code components/markdown/Alert.vue x: 5 commits (all time) y: 79 lines of code tailwind.config.js x: 3 commits (all time) y: 17 lines of code build/generate.js x: 13 commits (all time) y: 34 lines of code components/helper/contributors.ts x: 16 commits (all time) y: 528 lines of code build/generate-contributors.js x: 10 commits (all time) y: 115 lines of code pages/index.vue x: 10 commits (all time) y: 15 lines of code components/markdown/Example.vue x: 9 commits (all time) y: 45 lines of code components/helper/sandbox.ts x: 2 commits (all time) y: 177 lines of code components/markdown/global.ts x: 6 commits (all time) y: 16 lines of code components/partials/PostContent.ts x: 1 commits (all time) y: 11 lines of code components/partials/Navbar.vue x: 11 commits (all time) y: 32 lines of code configs/config.localsite.js x: 4 commits (all time) y: 11 lines of code store/index.js x: 7 commits (all time) y: 56 lines of code configs/config.asf.js x: 10 commits (all time) y: 10 lines of code configs/config.dev.js x: 9 commits (all time) y: 11 lines of code configs/config.gh.js x: 4 commits (all time) y: 10 lines of code configs/config.local.js x: 3 commits (all time) y: 11 lines of code components/markdown/OptionLink.vue x: 1 commits (all time) y: 21 lines of code configs/config.js x: 9 commits (all time) y: 24 lines of code components/helper/post.ts x: 1 commits (all time) y: 10 lines of code components/markdown/CodeBlockCopyClipboard.vue x: 2 commits (all time) y: 102 lines of code components/helper/loadScripts.ts x: 1 commits (all time) y: 51 lines of code
528.0
lines of code
  min: 10.0
  average: 89.97
  25th percentile: 15.0
  median: 45.0
  75th percentile: 115.0
  max: 528.0
0 51.0
commits (all time)
min: 1.0 | average: 11.84 | 25th percentile: 3.0 | median: 9.0 | 75th percentile: 13.0 | max: 51.0

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

layouts/default.vue x: 3 contributors (all time) y: 286 lines of code app.html x: 3 contributors (all time) y: 15 lines of code components/partials/Contributors.vue x: 4 contributors (all time) y: 108 lines of code components/partials/Sidebar.vue x: 3 contributors (all time) y: 239 lines of code components/markdown/Live.vue x: 2 contributors (all time) y: 243 lines of code pages/_.vue x: 4 contributors (all time) y: 185 lines of code nuxt.config.js x: 5 contributors (all time) y: 101 lines of code components/markdown/CodeBlock.vue x: 3 contributors (all time) y: 135 lines of code components/partials/SidebarNavItem.vue x: 3 contributors (all time) y: 91 lines of code components/markdown/Alert.vue x: 2 contributors (all time) y: 79 lines of code tailwind.config.js x: 2 contributors (all time) y: 17 lines of code build/generate.js x: 4 contributors (all time) y: 34 lines of code components/helper/contributors.ts x: 2 contributors (all time) y: 528 lines of code build/generate-contributors.js x: 3 contributors (all time) y: 115 lines of code components/markdown/Example.vue x: 2 contributors (all time) y: 45 lines of code components/helper/sandbox.ts x: 1 contributors (all time) y: 177 lines of code components/markdown/global.ts x: 1 contributors (all time) y: 16 lines of code components/partials/PostContent.ts x: 1 contributors (all time) y: 11 lines of code components/partials/Navbar.vue x: 2 contributors (all time) y: 32 lines of code configs/config.localsite.js x: 2 contributors (all time) y: 11 lines of code store/index.js x: 2 contributors (all time) y: 56 lines of code configs/config.asf.js x: 3 contributors (all time) y: 10 lines of code configs/config.dev.js x: 3 contributors (all time) y: 11 lines of code configs/config.gh.js x: 2 contributors (all time) y: 10 lines of code components/markdown/OptionLink.vue x: 1 contributors (all time) y: 21 lines of code configs/config.js x: 2 contributors (all time) y: 24 lines of code components/helper/post.ts x: 1 contributors (all time) y: 10 lines of code components/markdown/CodeBlockCopyClipboard.vue x: 1 contributors (all time) y: 102 lines of code components/helper/loadScripts.ts x: 1 contributors (all time) y: 51 lines of code
528.0
lines of code
  min: 10.0
  average: 89.97
  25th percentile: 15.0
  median: 45.0
  75th percentile: 115.0
  max: 528.0
0 5.0
contributors (all time)
min: 1.0 | average: 2.35 | 25th percentile: 2.0 | median: 2.0 | 75th percentile: 3.0 | max: 5.0

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

layouts/default.vue x: 1 commits (30d) y: 286 lines of code
286.0
lines of code
  min: 286.0
  average: 286.0
  25th percentile: 286.0
  median: 286.0
  75th percentile: 286.0
  max: 286.0
0 1.0
commits (30d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

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

layouts/default.vue x: 1 contributors (30d) y: 286 lines of code
286.0
lines of code
  min: 286.0
  average: 286.0
  25th percentile: 286.0
  median: 286.0
  75th percentile: 286.0
  max: 286.0
0 1.0
contributors (30d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

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

layouts/default.vue x: 1 commits (90d) y: 286 lines of code app.html x: 1 commits (90d) y: 15 lines of code components/partials/Contributors.vue x: 1 commits (90d) y: 108 lines of code components/partials/Sidebar.vue x: 1 commits (90d) y: 239 lines of code
286.0
lines of code
  min: 15.0
  average: 162.0
  25th percentile: 38.25
  median: 173.5
  75th percentile: 274.25
  max: 286.0
0 1.0
commits (90d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

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

layouts/default.vue x: 1 contributors (90d) y: 286 lines of code app.html x: 1 contributors (90d) y: 15 lines of code components/partials/Contributors.vue x: 1 contributors (90d) y: 108 lines of code components/partials/Sidebar.vue x: 1 contributors (90d) y: 239 lines of code
286.0
lines of code
  min: 15.0
  average: 162.0
  25th percentile: 38.25
  median: 173.5
  75th percentile: 274.25
  max: 286.0
0 1.0
contributors (90d)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0