Files
nexus/wiki/concepts/Superset-Dashboard.md
2026-04-18 12:03:16 +08:00

23 lines
1020 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 平台