From 030803bdcc1a903073bce52ce42ad45239bee7fc Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Mon, 18 May 2026 21:17:49 +0200 Subject: [PATCH] docs: change xychart-beta to use bar and line to prevent overlapping --- README.md | 10 +++++----- src/readme_updater.py | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 06519185..c2b4a872 100644 --- a/README.md +++ b/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)** | @@ -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) | @@ -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] ``` @@ -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)** | ### 2.4. Content Distribution and Semantic Clustering diff --git a/src/readme_updater.py b/src/readme_updater.py index 91f5044a..23ea1450 100644 --- a/src/readme_updater.py +++ b/src/readme_updater.py @@ -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):