@easyv/config 1.1.27 → 1.1.28

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.
package/lib/tooltip.js CHANGED
@@ -44,7 +44,7 @@ var defaultTooltip = {
44
44
  data: {
45
45
  lineHeight: 18,
46
46
  iconSize: 10,
47
- num: 0,
47
+ num: "",
48
48
  name: {
49
49
  fontFamily: 'Mircosoft Yahei',
50
50
  fontSize: 12,
@@ -287,7 +287,7 @@ var _default = function _default() {
287
287
  name: 'iconSize'
288
288
  }, {
289
289
  displayName: "保留小数",
290
- type: "number",
290
+ type: "input",
291
291
  value: num,
292
292
  name: "num"
293
293
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyv/config",
3
- "version": "1.1.27",
3
+ "version": "1.1.28",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/tooltip.js CHANGED
@@ -30,7 +30,7 @@ const defaultTooltip = {
30
30
  data: {
31
31
  lineHeight: 18,
32
32
  iconSize: 10,
33
- num:0,
33
+ num:"",
34
34
  name: {
35
35
  fontFamily: 'Mircosoft Yahei',
36
36
  fontSize: 12,
@@ -268,7 +268,7 @@ export default ({
268
268
  },
269
269
  {
270
270
  displayName:"保留小数",
271
- type:"number",
271
+ type:"input",
272
272
  value:num,
273
273
  name:"num"
274
274
  },