@zgfe/modules-dm 1.0.57-zhongyuan.74 → 1.0.57-zhongyuan.75

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.
@@ -121,7 +121,8 @@ var panelList = function panelList(props) {
121
121
  number: '数值',
122
122
  grid: '表格',
123
123
  funnelBar: '漏斗图',
124
- map: '地图'
124
+ map: '地图',
125
+ boxplot: '盒须图'
125
126
  };
126
127
  //查询看板列表
127
128
  var eventCiteEvent = function eventCiteEvent() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.57-zhongyuan.74",
3
+ "version": "1.0.57-zhongyuan.75",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "umi-request": "^1.4.0",
58
58
  "yorkie": "^2.0.0"
59
59
  },
60
- "gitHead": "f554e91f84050de20b6263f6064f65eaa4b16767",
60
+ "gitHead": "67ac2dd8f528efaad2c5eb0fb16732c28401c536",
61
61
  "gitHooks": {
62
62
  "pre-commit": "lint-staged"
63
63
  }