|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
/*
|
|
|
|
|
* @Author: your name
|
|
|
|
|
* @Date: 2021-10-09 11:38:06
|
|
|
|
|
* @LastEditTime: 2021-11-01 19:15:48
|
|
|
|
|
* @LastEditTime: 2021-11-18 13:45:14
|
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
|
* @Description: In User Settings Edit
|
|
|
|
|
* @FilePath: /data-show/src/views/Index/barometer/opt.js
|
|
|
|
@ -56,7 +56,7 @@ export default function createOpt(dx = [], ds = []) {
|
|
|
|
|
return {
|
|
|
|
|
grid: {
|
|
|
|
|
left: 10,
|
|
|
|
|
right: 10,
|
|
|
|
|
right: '5%',
|
|
|
|
|
bottom: 10,
|
|
|
|
|
top: 46,
|
|
|
|
|
containLabel: true
|
|
|
|
@ -92,6 +92,7 @@ export default function createOpt(dx = [], ds = []) {
|
|
|
|
|
},
|
|
|
|
|
xAxis: {
|
|
|
|
|
type: 'category',
|
|
|
|
|
boundaryGap: false,
|
|
|
|
|
axisTick: {
|
|
|
|
|
show: false,
|
|
|
|
|
},
|
|
|
|
|