mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-22 17:13:42 +00:00
docs: change xychart-beta to use bar and line to prevent overlapping
This commit is contained in:
10
README.md
10
README.md
@@ -120,7 +120,7 @@ In 2026, Nubenetes moved beyond manual curation to an **Agentic AI Architecture*
|
||||
| :--- | :--- |
|
||||
| **Total Technical Resources (Links)** | **15193+** |
|
||||
| **Specialized MD Pages** | **161** |
|
||||
| **Total Commits** | **4583+** |
|
||||
| **Total Commits** | **4584+** |
|
||||
| **Primary AI Engine** | **Google Gemini (Agentic)** |
|
||||
<!-- HEART_STATS_END -->
|
||||
|
||||
@@ -149,7 +149,7 @@ The growth of Nubenetes reflects the acceleration of the Cloud Native ecosystem.
|
||||
| 6 | 2023 | 30 | 123 | Maintenance & Refinement |
|
||||
| 7 | 2024 | 53 | 218 | Curation Strategy Pivot |
|
||||
| 8 | 2025 | 5 | 20 | Stability & Research Phase |
|
||||
| 9 | 2026 | 1024 | 4,229 | **Agentic AI Surge** (May 2026 Inception) |
|
||||
| 9 | 2026 | 1025 | 4,233 | **Agentic AI Surge** (May 2026 Inception) |
|
||||
<!-- ANNUAL_GROWTH_END -->
|
||||
|
||||
<!-- ANNUAL_CHART_START -->
|
||||
@@ -164,8 +164,8 @@ xychart-beta
|
||||
title "Nubenetes Annual Growth Metrics (Commits vs New Refs)"
|
||||
x-axis ["2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026"]
|
||||
y-axis "Volume"
|
||||
bar stacked [350, 142, 2046, 531, 402, 30, 53, 5, 1024]
|
||||
bar stacked [1445, 586, 8449, 2193, 1660, 123, 218, 20, 4229]
|
||||
bar [1445, 586, 8449, 2193, 1660, 123, 218, 20, 4233]
|
||||
line [350, 142, 2046, 531, 402, 30, 53, 5, 1025]
|
||||
```
|
||||
<!-- ANNUAL_CHART_END -->
|
||||
|
||||
@@ -174,7 +174,7 @@ xychart-beta
|
||||
| Month | Commits | Est. New Refs | Status |
|
||||
| :--- | :---: | :---: | :--- |
|
||||
| 2026-04 | 25 | 103 | Active Curation |
|
||||
| 2026-05 | 999 | 4,125 | **Agentic Inception (Gemini Era)** |
|
||||
| 2026-05 | 1000 | 4,130 | **Agentic Inception (Gemini Era)** |
|
||||
<!-- MONTHLY_SURGE_END -->
|
||||
|
||||
### 2.4. Content Distribution and Semantic Clustering
|
||||
|
||||
@@ -108,8 +108,8 @@ def get_stats():
|
||||
|
||||
annual_chart += f" x-axis [{', '.join(years)}]\n"
|
||||
annual_chart += f" y-axis \"Volume\"\n"
|
||||
annual_chart += f" bar stacked [{', '.join(commits)}]\n"
|
||||
annual_chart += f" bar stacked [{', '.join(refs)}]\n"
|
||||
annual_chart += f" bar [{', '.join(refs)}]\n"
|
||||
annual_chart += f" line [{', '.join(commits)}]\n"
|
||||
annual_chart += "```"
|
||||
|
||||
for idx, item in enumerate(growth_data, 1):
|
||||
|
||||
Reference in New Issue
Block a user