apache / echarts-handbook
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 7 components.
  • 31 files, 2,789 LOC (20.6% vs. main code).
  • "components" is biggest, containing 67.69% of LOC.
  • "store" is smallest, containing 2.01% of LOC.


components1888 LOC (13%) 16 files
layouts286 LOC (2%) 1 file
pages200 LOC (1%) 2 files
build149 LOC (1%) 2 files
ROOT133 LOC (<1%) 3 files
configs77 LOC (<1%) 6 files
store56 LOC (<1%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
components98 commits (18%)
ROOT57 commits (10%)
layouts51 commits (9%)
pages25 commits (4%)
build23 commits (4%)
configs19 commits (3%)
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
2025 2024 2023 2022 2021 2020
layouts
2
3
2
6
24
14
components
3
4
18
110
18
pages
1
4
18
3
ROOT
1
4
18
36
9
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...

G components components components--components 1 ROOT ROOT components--ROOT 1


2025-05-07 20:14