dsh-chartlab
Manifest validLet the agent turn your data into an interactive chart. | 一句话:让 Agent 帮你把数据变成一张可交互的图表。
📈 dsh-chartlab
English | 简体中文
数据 → 可交互图表实验室 · DeepSeek Harness 插件
把本地数据文件(.csv / .xlsx / .xls)或 DuckDB 数据库变成可缩放、可筛选、可分组的交互图表
一句话:让 Agent 帮你把数据变成一张可交互的图表。
- 三种数据源 —— 本地数据文件(
.csv/.xlsx/.xls)、或 DuckDB 数据库(.duckdb/.ddb)里的表,说句话就能出图。 - 支持百万行数据 —— 数据留在后台,图表只按当前可视范围取数,百万行数据缩放平移也流畅。
- 完整图表工作台 —— 折线 / 散点;框选缩放、滚轮缩放、拖拽平移、悬浮读数。
- 筛选 —— 条件筛选(等于 / 不等于 / 区间 / 多选,支持日期范围)。
- 分组 —— 按某一列分组,每个不同取值各画一条折线。
- SQL —— 直接写 SQL 查询。
- 原生观感 —— 自动跟随 DSH 的语言(中 / 英)与主题(深 / 浅),切换无需刷新。
- 按会话隔离 —— 每个对话只看自己的图表,删除会话时一并清理。
✨ 功能
| 能力 | 说明 |
|---|---|
| 数据源 | 本地数据文件(.csv / .xlsx / .xls)、DuckDB 数据库表(.duckdb / .ddb);DuckDB 表名可省略,自动取第一张表 |
| 图表类型 | 折线图、散点图 |
| 交互 | 框选缩放、滚轮缩放、拖拽平移、悬浮读数、截图下载 |
| 筛选 | 条件筛选(等于 / 不等于 / 区间 / 多选,支持日期范围) |
| 分组 | 按某一列分组,每个不同取值各画一条折线 |
| SQL | 在图表里直接写 SQL 查询,支持粘贴多行 SQL |
| 主题与语言 | 跟随 DSH 深 / 浅主题与中 / 英语言 |
| 会话隔离 | 每个对话独立,删除会话自动清理缓存 |
🚀 快速开始
dsh plugin --profile web add dsh-chartlab
然后在聊天里直接说:
用 dsh-chartlab 插件绘制
/path/to/your-data.csv的图表用 dsh-chartlab 插件绘制
/path/to/your-data.xlsx的图表用 dsh-chartlab 插件绘制
/path/to/your-data.duckdb中sales表的图表(表名可省略,自动取第一张表)
🗺️ Roadmap
| 状态 | 计划 | 说明 |
|---|---|---|
| ✅ 已支持 | CSV / Excel / DuckDB 数据源 | 一句话生成可交互图表 |
| ✅ 已支持 | 筛选、分组多线、SQL 行筛选 | 图表页内直接操作 |
| 🚧 计划中 | Excel 流式读取 | 大 xlsx 目前同步全量加载 |
| 🚧 计划中 | Excel 多工作表 | 目前读取第一个工作表 |
| 💡 想法 | 更多数据源 | Parquet / JSON 等 |
欢迎提 issue / PR。
📄 License
MIT © 2026 mok
Versions
| Latest version | Published | Size |
|---|---|---|
| 0.1.0 | — | — |
| 0.1.1 | — | — |
Comments
Loading…
Similar plugins
by Lhy723
Interactive canvas for visualizing Agent, Subagent, Workflow, Phase, and tool relationships in DSH Web.
★ 3
↓ 134/wk
TypeScript
Aug 16, 2026
dsh plugin --profile web add dsh-agent-canvasby Nagi-ovo
在 DSH 对话中生成交互式可视化|Render model-generated interactive cards inside DSH conversations
★ 261
BSD-3-Clause
TypeScript
Sep 18, 2026
dsh plugin --profile web add @dsh-external/dsh-visualizeby omdsh-dev
Connect DSH to your database for conversational data analysis and actionable business insights.
★ 196
↓ 990/wk
MIT
JavaScript
Sep 10, 2026
dsh plugin --profile web add @yejiming/dsh-data-agentby baihui-ai
Interactive A2UI cards for the dsh web UI — quizzes, forms, charts and diagrams rendered inline in the conversation, with a full action loop back to the agent.
★ 4
↓ 142/wk
MIT
JavaScript
Aug 31, 2026
dsh plugin --profile web add a2ui-render-in-dshby JohnXu22786
Code knowledge graph plugin for agent harnesses (dsh): indexes symbols, call sites and imports into SQLite, answers call/dependency questions via CLI or stdio MCP tool server
★ 4
↓ 80/wk
MIT
Python
Sep 14, 2026
dsh plugin --profile web add dsh-codegraphDatabase connections and SQL for DeepSeek Harness: register data sources, browse and comment schemas, run AST-checked SQL with a per-source read-only toggle, and render bar, line and pie charts, from
★ 0
dsh plugin --profile web add @tomowang/dsh-data-agent