|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
/*
|
|
|
|
|
* @Author: your name
|
|
|
|
|
* @Date: 2021-10-15 17:52:59
|
|
|
|
|
* @LastEditTime: 2021-10-26 15:29:25
|
|
|
|
|
* @LastEditTime: 2021-10-29 15:58:03
|
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
|
* @Description: In User Settings Edit
|
|
|
|
|
* @FilePath: /data-show/src/utils/gol/sideSingleColumn.js
|
|
|
|
@ -20,10 +20,10 @@ import * as echarts from "echarts";
|
|
|
|
|
export function createSideSingleColumn(dx=[], ds=[], color='#51bc91') {
|
|
|
|
|
return {
|
|
|
|
|
grid: {
|
|
|
|
|
left: 16,
|
|
|
|
|
right: 16,
|
|
|
|
|
bottom: 16,
|
|
|
|
|
top: 0,
|
|
|
|
|
left: 10,
|
|
|
|
|
right: '5%',
|
|
|
|
|
bottom: 10,
|
|
|
|
|
top: 5,
|
|
|
|
|
containLabel: true
|
|
|
|
|
},
|
|
|
|
|
tooltip: {
|
|
|
|
|