update at 2026-02-12 11:00:38

This commit is contained in:
douboer
2026-02-12 11:00:38 +08:00
parent ec2e004ed8
commit 29f8cc02bc

29
todo.md
View File

@@ -7,8 +7,29 @@ name: 星程桑基图
## 功能
1. 上传excel或csv文件
2. excel & csv解析
3. 列选择功能:
source: data列, 描述
target: data
2. 列选择:
- source: data列, description列(可选) -- 没有描述列以data作为描述
- source: 描述列(可选) -- 没有描述列,以data作为描述
3. excel & csv解析
```csv
宁波北欧10,2582,嘉兴四级算力池,http://14.173.1.216:8898/api/v1/detect,小模型,0908,12000,11623
宁波北欧12,2610,,,,,,
宁波鄞中15,507,,,,,,
宁波鄞中26,2914,,,,,,
宁波鄞中27,3010,,,,,,
```
如:
source data - 2UI中取列名description - 1,2
target description - 3、8、5
表示:
- 前两列是source后面几列相当于excel的合并单元格是target
- source 数据使用第2列描述内容使用1、2列宁波北欧10-2582
- target 自动计算source的总和描述内容使用3、8、5列"嘉兴四级算力池-11623-小模型"
4. 配置
- 方向source -> target
target -> source
- 配色
- gap/padding
- 提供excel & csv模版