prod
校文 3 years ago
parent e2c3842480
commit a5f6096069

@ -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 15:52:04 * @LastEditTime: 2021-12-16 14:38:53
* @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
@ -66,7 +66,6 @@ export default function createOpt(dx = [], ds = []) {
left: 10, left: 10,
right: 10, right: 10,
bottom: 10, bottom: 10,
top: 46,
containLabel: true containLabel: true
}, },
tooltip: { tooltip: {
@ -83,12 +82,11 @@ export default function createOpt(dx = [], ds = []) {
legend: { legend: {
textStyle: { //图例文字的样式 textStyle: { //图例文字的样式
color: '#fff', color: '#fff',
fontSize: 8 fontSize: 10
}, },
y: 10, itemWidth: 15,
x: 10, itemHeight: 12
itemWidth: 10,
itemHeight: 10,
}, },
xAxis: { xAxis: {
type: 'category', type: 'category',

Loading…
Cancel
Save