FN-6650: add Overview analytics charts
Add graph-rich Overview visuals to the Command Center using existing analytics data. - Add tokens-by-model, tool-category, and daily activity chart cards to the Overview tab. - Style the chart section with responsive dashboard-token layouts and reduced-motion safeguards. - Cover populated, partial, edge-case, and mobile-scroll chart rendering in tests. - Document the Overview charts and add a patch changeset for the published CLI package. Files changed: .../fn-6650-command-center-overview-charts.md | 5 + docs/dashboard-guide.md | 2 +- .../components/command-center/CommandCenter.css | 111 +++++++++++++++++++++ .../components/command-center/CommandCenter.tsx | 73 +++++++++++++- .../__tests__/CommandCenter.mobile-scroll.test.tsx | 73 +++++++++++++- .../__tests__/CommandCenter.test.tsx | 58 +++++++++++ 6 files changed, 313 insertions(+), 9 deletions(-) Fusion-Task-Id: FN-6650 Fusion-Task-Lineage: 227f5809-ed71-42fb-8847-b137dbef6ac7
This commit is contained in:
5
.changeset/fn-6650-command-center-overview-charts.md
Normal file
5
.changeset/fn-6650-command-center-overview-charts.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Add attractive Command Center Overview charts for tokens by model, tool categories, and daily activity using existing analytics data.
|
||||
Reference in New Issue
Block a user