apache / echarts-examples
Components

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.

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 6 components.
  • 57 files, 11,152 LOC (13.7% vs. main code).
  • "src" is biggest, containing 80.77% of LOC.
  • "config" is smallest, containing 0.17% of LOC.


src9008 LOC (11%) 30 files
tool873 LOC (1%) 6 files
public614 LOC (<1%) 11 files
common528 LOC (<1%) 3 files
build110 LOC (<1%) 3 files
config19 LOC (<1%) 4 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
src291 commits (28%)
tool69 commits (6%)
public48 commits (4%)
common30 commits (2%)
config23 commits (2%)
build12 commits (1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024 2023 2022 2021 2020 2019 2018
src
14
49
65
300
131
171
public
12
13
24
9
13
140
2
tool
3
14
29
22
12
12
common
1
1
7
18
9
build
1
2
5
3
3
config
4
12
29
4


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...

G src src src--src 4 common common src--common 1


2025-05-07 16:06