prod
lily.zhang 4 years ago
parent a8bf384be4
commit 7ae85e4987

@ -2,7 +2,7 @@
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-10-09 11:38:06 * @Date: 2021-10-09 11:38:06
* @LastEditTime: 2021-10-29 10:43:30 * @LastEditTime: 2021-10-29 10:53:15
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/Index/barometer/opt.js * @FilePath: /data-show/src/views/Index/barometer/opt.js
@ -85,7 +85,9 @@ export default function createOpt(dx = [], ds = []) {
color: '#fff' color: '#fff'
}, },
y: 'top', y: 'top',
x: 0 x: 0,
itemWidth: 12,
itemHeight: 12
}, },
xAxis: { xAxis: {
type: 'category', type: 'category',

@ -1,7 +1,7 @@
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-10-09 11:01:19 * @Date: 2021-10-09 11:01:19
* @LastEditTime: 2021-10-29 10:46:31 * @LastEditTime: 2021-10-29 10:52:42
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: /data-show/src/views/Index/spreadTheSound/opt.js * @FilePath: /data-show/src/views/Index/spreadTheSound/opt.js
@ -83,7 +83,9 @@ export default function createOpt(dx = [], ds = []) {
color: '#fff' color: '#fff'
}, },
y: 'top', y: 'top',
x: 0 x: 0,
itemWidth: 12,
itemHeight: 12
}, },
xAxis: { xAxis: {
type: 'category', type: 'category',

Loading…
Cancel
Save