XMTT 8 years ago
parent
commit
b3bfbfd39b
2 changed files with 4 additions and 4 deletions
  1. 2 2
      js/model/sys/pictable/index.js
  2. 2 2
      js/model/sys/usercount/index.js

+ 2 - 2
js/model/sys/pictable/index.js

@ -53,7 +53,7 @@ spa_define(function () {
53 53
                                },
54 54
                                boundaryGap: false,
55 55
                                type: "value",
56
                                interval: 1,
56
                                // interval: 1,
57 57
                                min: 0
58 58
                            },
59 59
                            toolbox: {
@ -62,7 +62,7 @@ spa_define(function () {
62 62
                                    dataZoom: {
63 63
                                        yAxisIndex: 'none'
64 64
                                    },
65
                                    dataView: {readOnly: true},
65
                                    dataView: {readOnly: false},
66 66
                                    magicType: {type: ['line', 'bar']},
67 67
                                    restore: {},
68 68
                                    saveAsImage: {}

+ 2 - 2
js/model/sys/usercount/index.js

@ -57,7 +57,7 @@ spa_define(function () {
57 57
                                },
58 58
                                boundaryGap: false,
59 59
                                type: "value",
60
                                interval: 1,
60
                                // interval: 1,
61 61
                                min: 0
62 62
                            },
63 63
                            toolbox: {
@ -66,7 +66,7 @@ spa_define(function () {
66 66
                                    dataZoom: {
67 67
                                        yAxisIndex: 'none'
68 68
                                    },
69
                                    dataView: {readOnly: true},
69
                                    dataView: {readOnly: false},
70 70
                                    magicType: {type: ['line', 'bar']},
71 71
                                    restore: {},
72 72
                                    saveAsImage: {}