Compare commits

..

No commits in common. "e2f8d9860aa8deb545e3168a73531be60a8453b2" and "196ad512affaadf2416d00e9351d00fe77566e40" have entirely different histories.

2 changed files with 12 additions and 10 deletions

View File

@ -1,7 +1,7 @@
/*
* @Author: zhp
* @Date: 2024-09-13 15:39:36
* @LastEditTime: 2024-09-18 11:21:11
* @LastEditTime: 2024-09-18 10:35:44
* @LastEditors: zhp
* @Description:
*/
@ -122,13 +122,13 @@ export default function getOptions(data, times, range, yName,forecastList,color,
data: forecastList,
}
],
tooltip: {
trigger: "axis",
axisPointer: {
type: "shadow",
},
className: "xc-chart-tooltip",
// backgroundColor: ''
tooltip: {
trigger: "axis",
axisPointer: {
type: 'cross'
},
};
className: "xc-chart-tooltip",
// backgroundColor: ''
},
};
}

View File

@ -16,9 +16,11 @@
.leftBarRight {
width: 501px;
height: 966px;
// margin-left: 40px;
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
position: relative;
z-index: 99;
}