Files
deer-flow/skills/public/chart-visualization/references/generate_pin_map.md
JeffJiang 4d5fdcb8db Consolidates market and data analysis skills; adds chart viz (#36)
Unifies market analysis, data analysis, and consulting reporting into a comprehensive consulting-analysis skill, enabling a two-phase workflow from analysis framework design to professional report generation. Introduces a DuckDB-based data analysis utility for Excel/CSV files and a chart-visualization skill with a flexible JS interface and extensive chart type documentation. Removes the legacy market analysis skill to streamline report generation and improve extensibility for consulting and data-driven workflows.
2026-02-12 11:08:09 +08:00

23 lines
991 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.
# generate_pin_map — 点标地图(中国)
## 功能概述
在中国地图上以标记展示多个 POI 位置,可配合弹窗显示图片或说明,适用于门店分布、资产布点等。
## 输入字段
### 必填
- `title`: string必填且≤16 字,概述点位集合。
- `data`: string[],必填,包含中国境内的 POI 名称列表。
### 可选
- `markerPopup.type`: string固定为 `image`
- `markerPopup.width`: number默认 `40`,图片宽度。
- `markerPopup.height`: number默认 `40`,图片高度。
- `markerPopup.borderRadius`: number默认 `8`,图片圆角。
- `width`: number默认 `1600`
- `height`: number默认 `1000`
## 使用建议
POI 名称需包含足够的地理限定(城市+地标);根据业务可在名称中附带属性,如“上海徐汇门店 A”地图依赖高德数据仅支持中国。
## 返回结果
- 返回点标地图 URL并在 `_meta.spec` 中保存点位与弹窗配置。