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
                                },
53
                                },
54
                                boundaryGap: false,
54
                                boundaryGap: false,
55
                                type: "value",
55
                                type: "value",
56
                                interval: 1,
56
                                // interval: 1,
57
                                min: 0
57
                                min: 0
58
                            },
58
                            },
59
                            toolbox: {
59
                            toolbox: {
62
                                    dataZoom: {
62
                                    dataZoom: {
63
                                        yAxisIndex: 'none'
63
                                        yAxisIndex: 'none'
64
                                    },
64
                                    },
65
                                    dataView: {readOnly: true},
65
                                    dataView: {readOnly: false},
66
                                    magicType: {type: ['line', 'bar']},
66
                                    magicType: {type: ['line', 'bar']},
67
                                    restore: {},
67
                                    restore: {},
68
                                    saveAsImage: {}
68
                                    saveAsImage: {}

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

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