From 7ae85e498752f4a692679431b47db19ed8318c3b Mon Sep 17 00:00:00 2001 From: "lily.zhang" Date: Fri, 29 Oct 2021 10:55:02 +0800 Subject: [PATCH] cxw-010203 --- src/views/Index/barometer/opt.js | 6 ++++-- src/views/Index/spreadTheSound/opt.js | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/views/Index/barometer/opt.js b/src/views/Index/barometer/opt.js index 96cca4f..cb5ef17 100644 --- a/src/views/Index/barometer/opt.js +++ b/src/views/Index/barometer/opt.js @@ -2,7 +2,7 @@ /* * @Author: your name * @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 * @Description: In User Settings Edit * @FilePath: /data-show/src/views/Index/barometer/opt.js @@ -85,7 +85,9 @@ export default function createOpt(dx = [], ds = []) { color: '#fff' }, y: 'top', - x: 0 + x: 0, + itemWidth: 12, + itemHeight: 12 }, xAxis: { type: 'category', diff --git a/src/views/Index/spreadTheSound/opt.js b/src/views/Index/spreadTheSound/opt.js index 062cf63..5d81b95 100644 --- a/src/views/Index/spreadTheSound/opt.js +++ b/src/views/Index/spreadTheSound/opt.js @@ -1,7 +1,7 @@ /* * @Author: your name * @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 * @Description: In User Settings Edit * @FilePath: /data-show/src/views/Index/spreadTheSound/opt.js @@ -83,7 +83,9 @@ export default function createOpt(dx = [], ds = []) { color: '#fff' }, y: 'top', - x: 0 + x: 0, + itemWidth: 12, + itemHeight: 12 }, xAxis: { type: 'category',