Auto-sync: 2026-04-18 12:03

This commit is contained in:
2026-04-18 12:03:11 +08:00
parent 1a82750f1c
commit 7d361490b2
85 changed files with 2857 additions and 7 deletions

View File

@@ -0,0 +1,23 @@
---
title: "Superset Dashboard"
type: concept
tags: [Apache-Superset, 数据可视化, BI]
---
## Definition
Apache Superset 数据可视化仪表盘包含图表Chart、过滤器Filter、布局Layout的完整组合用于展示和分析业务数据。
## Core Components
- **Chart图表**:数据可视化单元,如 Bar Chart、Scatter Plot、Heatmap、Table 等
- **Filter过滤器**:交互式筛选器,支持 Category、Store Name、价格范围、时间范围等
- **Layout布局**:仪表盘的页面结构安排,通常按行/列分布
## Use Cases
- 电商选品分析 Dashboard展示热销产品、价格带分布、类目机会等
- 竞争对手监控 Dashboard展示店铺 GMV、销量排名、上新趋势等
- 评论质量分析 Dashboard展示评分趋势、评论数量、好评/差评占比等
## Related Concepts
- [[KPI-卡片]]:关键绩效指标展示组件
- [[SQL-View]]:数据预处理视图
- [[Apache-Superset]]:开源 BI 平台