@liuhange/dsh-data-visualization 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +22 -3
package/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  可视化报表插件:生成自包含 HTML 报表,含脱敏统计、清洗对比、资产分布、质量评分、血缘追踪五种交互式图表。
4
4
 
5
+
6
+ ## 安装
7
+
8
+ ```bash
9
+ dsh plugin --profile web add @liuhange/dsh-data-visualization
10
+ ```
11
+
5
12
  ## Tool 接口
6
13
 
7
14
  ### `generate_visualization`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@liuhange/dsh-data-visualization",
3
3
  "description": "Data visualization plugin: generate self-contained HTML reports with interactive charts (bar/comparison/pie/radar/flowchart) Also known as @deepseek-ai/dsh-data-visualization.",
4
- "version": "2.0.2",
4
+ "version": "2.0.3",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -47,7 +47,26 @@
47
47
  "data-asset",
48
48
  "data-asset-inspector",
49
49
  "shujintong",
50
- "数据资产"
50
+ "数据资产",
51
+ "data-visualization",
52
+ "html-report",
53
+ "interactive-charts",
54
+ "bar-chart",
55
+ "pie-chart",
56
+ "radar-chart",
57
+ "flowchart",
58
+ "数据可视化",
59
+ "交互式图表",
60
+ "HTML报表",
61
+ "柱状图",
62
+ "饼图",
63
+ "雷达图",
64
+ "流程图"
51
65
  ],
52
- "homepage": "https://github.com/liuhange789/data-asset-inspector#readme"
66
+ "homepage": "https://github.com/liuhange789/data-asset-inspector#readme",
67
+ "dsh": {
68
+ "bundle": {
69
+ "patch": true
70
+ }
71
+ }
53
72
  }