|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
/*
|
|
|
|
|
* @Author: your name
|
|
|
|
|
* @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
|
|
|
|
|
* @Description: In User Settings Edit
|
|
|
|
|
* @FilePath: /data-show/src/views/Index/spreadTheSound/opt.js
|
|
|
|
@ -66,7 +66,6 @@ export default function createOpt(dx = [], ds = []) {
|
|
|
|
|
left: 10,
|
|
|
|
|
right: 10,
|
|
|
|
|
bottom: 10,
|
|
|
|
|
top: 46,
|
|
|
|
|
containLabel: true
|
|
|
|
|
},
|
|
|
|
|
tooltip: {
|
|
|
|
@ -83,12 +82,11 @@ export default function createOpt(dx = [], ds = []) {
|
|
|
|
|
legend: {
|
|
|
|
|
textStyle: { //图例文字的样式
|
|
|
|
|
color: '#fff',
|
|
|
|
|
fontSize: 8
|
|
|
|
|
fontSize: 10
|
|
|
|
|
},
|
|
|
|
|
y: 10,
|
|
|
|
|
x: 10,
|
|
|
|
|
itemWidth: 10,
|
|
|
|
|
itemHeight: 10,
|
|
|
|
|
itemWidth: 15,
|
|
|
|
|
itemHeight: 12
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
xAxis: {
|
|
|
|
|
type: 'category',
|
|
|
|
|