apache / echarts
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.
  • 670 files, 96,900 LOC (68.7% vs. main code).
  • "src" is biggest, containing 82.66% of LOC.
  • "ssr" is smallest, containing 0.07% of LOC.


src80099 LOC (56%) 551 files
theme8177 LOC (5%) 42 files
i18n6632 LOC (4%) 48 files
build1380 LOC (<1%) 21 files
extension-src548 LOC (<1%) 7 files
ssr64 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.
src2796 commits (29%)
build285 commits (3%)
i18n91 commits (<1%)
theme60 commits (<1%)
extension-src55 commits (<1%)
ssr6 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 2017 2016 2015 2014 2013
src
45
456
535
2581
6868
10789
i18n
150
58
44
131
195
build
2
24
13
53
153
219
52
44
1
18
4
7
ssr
3
3
theme
54
204
112
155
29
50
6
extension-src
9
5
105


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 16 i18n i18n src--i18n 2 i18n--i18n 3


2025-05-07 15:32