|
@@ -152,7 +152,7 @@
|
|
|
formatTimestampToDateString,
|
|
|
} from '@/api/zdsz/bigscreen'
|
|
|
export default {
|
|
|
- name: "bigScreen",
|
|
|
+ name: "bigscreen",
|
|
|
dicts: ['project_head', 'design_unit', 'supervision_unit', 'district'],
|
|
|
components: {},
|
|
|
data() {
|
|
@@ -411,7 +411,12 @@
|
|
|
left: 'center'
|
|
|
},
|
|
|
tooltip: {
|
|
|
- trigger: 'item'
|
|
|
+ trigger: 'item',
|
|
|
+ textStyle: {
|
|
|
+ // color: '#fff'
|
|
|
+ },
|
|
|
+ borderColor: '#caecfd',
|
|
|
+ backgroundColor: '#a8d5f2'
|
|
|
},
|
|
|
legend: {
|
|
|
orient: 'vertical',
|
|
@@ -496,7 +501,13 @@
|
|
|
let xLabel = ['1','2','3','4','5'];
|
|
|
xLabel = names;
|
|
|
let option = {
|
|
|
- tooltip:{},
|
|
|
+ tooltip:{
|
|
|
+ textStyle: {
|
|
|
+ // color: '#fff'
|
|
|
+ },
|
|
|
+ borderColor: '#caecfd',
|
|
|
+ backgroundColor: '#a8d5f2'
|
|
|
+ },
|
|
|
// backgroundColor: "#0F375F",
|
|
|
backgroundColor: "",
|
|
|
animation: false,
|
|
@@ -712,10 +723,14 @@
|
|
|
},
|
|
|
tooltip: {
|
|
|
trigger: 'axis',
|
|
|
+ textStyle: {
|
|
|
+ // color: '#fff'
|
|
|
+ },
|
|
|
+ borderColor: '#caecfd',
|
|
|
+ backgroundColor: '#a8d5f2',
|
|
|
axisPointer: {
|
|
|
// type: 'shadow',
|
|
|
type: 'none',
|
|
|
-
|
|
|
textStyle: {
|
|
|
// color: '#05294D',
|
|
|
color: '#fff',
|
|
@@ -923,7 +938,12 @@
|
|
|
bottom: "15%"
|
|
|
},
|
|
|
tooltip: {
|
|
|
- show: true
|
|
|
+ show: true,
|
|
|
+ textStyle: {
|
|
|
+ // color: '#fff'
|
|
|
+ },
|
|
|
+ borderColor: '#caecfd',
|
|
|
+ backgroundColor: '#a8d5f2',
|
|
|
},
|
|
|
xAxis: {
|
|
|
type: 'category',
|
|
@@ -978,7 +998,12 @@
|
|
|
bottom: "15%"
|
|
|
},
|
|
|
tooltip: {
|
|
|
- show: true
|
|
|
+ show: true,
|
|
|
+ textStyle: {
|
|
|
+ // color: '#fff'
|
|
|
+ },
|
|
|
+ borderColor: '#caecfd',
|
|
|
+ backgroundColor: '#a8d5f2',
|
|
|
},
|
|
|
xAxis: {
|
|
|
type: 'category',
|
|
@@ -1195,7 +1220,7 @@
|
|
|
|
|
|
let myOption = { // 进行相关配置
|
|
|
tooltip: {// 鼠标移到图里面的浮动提示框
|
|
|
- show: true
|
|
|
+ show: false
|
|
|
},
|
|
|
visualMap: {
|
|
|
show: false,
|