spring
11 小时以前 bc5cf4a258aba4774829ce421af83f9b4aedf4cc
src/views/reportAnalysis/PSIDataAnalysis/components/center-bottom.vue
@@ -86,8 +86,8 @@
    showSymbol: true,
    symbol: 'circle',
    symbolSize: 8,
    lineStyle: { color: 'rgba(11, 137, 254, 0.40)', width: 2 },
    itemStyle: { color: 'rgba(11, 137, 254, 0.40)', borderWidth: 0 },
    lineStyle: { color: 'rgba(11, 137, 254,1', width: 2 },
    itemStyle: { color: 'rgba(11, 137, 254, 1)', borderWidth: 0 },
    areaStyle: {
      color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
        { offset: 0, color: 'rgba(11, 137, 254, 0.40)' },
@@ -105,8 +105,8 @@
    symbol: 'circle',
    symbolSize: 8,
    
    lineStyle: { color: 'rgba(11, 249, 254, 0.5)', width: 2 },
    itemStyle: { color: 'rgba(11, 249, 254, 0.5)', borderWidth: 0 },
    lineStyle: { color: 'rgba(11, 249, 254, 1)', width: 2 },
    itemStyle: { color: 'rgba(11, 249, 254, 1)', borderWidth: 0 },
    areaStyle: {
      color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
        { offset: 0, color: 'rgba(11, 249, 254, 0.5)' },
@@ -121,10 +121,8 @@
const tooltip = {
  trigger: 'axis',
  axisPointer: { type: 'line' },
  backgroundColor: 'rgba(10, 28, 58, 0.9)',
  borderColor: 'rgba(78, 228, 255, 0.3)',
  borderWidth: 1,
  textStyle: { color: '#B8C8E0', fontSize: 12 },
  textStyle: { fontSize: 12 },
  formatter(params) {
    let result = params[0].axisValue + '<br/>'
    params.forEach((item) => {