apache / echarts-handbook
Components & Dependencies

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 8 components.
  • 33 files, 2,953 LOC (22.7% vs. main code).
  • "components" is biggest, containing 64.27% of LOC.
  • "store" is smallest, containing 1.9% of LOC.


components1898 LOC (14%) 16 files
layouts225 LOC (1%) 1 file
pages200 LOC (1%) 2 files
contents175 LOC (1%) 2 files
ROOT173 LOC (1%) 3 files
build149 LOC (1%) 2 files
configs77 LOC (<1%) 6 files
store56 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.

Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
components93 commits (19%)
ROOT53 commits (11%)
layouts44 commits (9%)
contents32 commits (6%)
pages24 commits (5%)
build23 commits (4%)
configs19 commits (4%)
store7 commits (1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2023 2022 2021 2020
components
1
18
110
18
ROOT
18
36
9
contents
15
32
layouts
6
24
14
pages
4
18
3
configs
25
14
build
20
3
store
5
2


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

No temporal dependencies found.



2023-08-11 01:47