Files
nexus/wiki/concepts/Superset Dashboard.md

36 lines
1.2 KiB
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: [superset, bi, 可视化, dashboard]
sources: []
last_updated: 2025-03-14
---
## Definition
Apache Superset 中的 Dashboard 是多个 Chart 的组合容器,支持 Filter 交互和数据过滤,可通过 JSON 导入/导出实现配置复用。
## Design Patterns
从 TikTok Shop Dashboard 实践中提炼的标准布局:
1. **KPI 行**6-10 个指标卡片,双行排列
2. **爆品行**:销量/GMV 条形图2 列布局
3. **关系图行**:价格×销量气泡图,全宽
4. **类目分析行**3 图并列(类目销量榜 + 热力图 + 箱线图)
5. **评分模型行**:选品评分表格,全宽
## 核心图表类型
- [[KPI 卡片]]:数字指标看板
- 气泡图3 维度X/Y/Size关系分析
- 热力图:类目×评分矩阵
- 箱线图:价格带分布
- 折线图:时间序列趋势
## 与 ETL Pipeline 关系
- ETL 负责采集+清洗 → Superset 负责可视化
- SQL View 是两者衔接层:清洗结果写入 View → Superset Dataset 读取 View
## Related Concepts
- [[Apache Superset]]:工具载体
- [[电商选品分析]]:应用场景
- [[选品评分模型]]:核心分析模型
- [[KPI 卡片]]Dashboard 组件