nayota-show-sdk 1.2.3 → 1.2.4

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/api/area.js +2 -1
  2. package/package.json +1 -1
package/api/area.js CHANGED
@@ -16,7 +16,8 @@ import { requestShow } from '../utils'
16
16
  * @property {number} opacity - 透明度
17
17
  * @property {string} type - 区域类型
18
18
  * @property {Array} bounds - 区域边界点
19
- * @property {Object} statisticalChart - 统计图表
19
+ * @property {Array} statisticsComponent - 统计组件名称数组
20
+ * @property {Object} statisticsJson - 统计组件自定义json
20
21
  * @example
21
22
  * {
22
23
  "_id": "67073bfe463d6e00099becdd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nayota-show-sdk",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "nayota-show-server rest-api",
5
5
  "type": "module",
6
6
  "main": "index.js",