update 公用工程消耗
This commit is contained in:
		@@ -84,6 +84,15 @@ export default {
 | 
			
		||||
          left: 64,
 | 
			
		||||
          bottom: 28
 | 
			
		||||
        },
 | 
			
		||||
        tooltip: {
 | 
			
		||||
          show: true,
 | 
			
		||||
          trigger: 'axis',
 | 
			
		||||
          axisPointer: {
 | 
			
		||||
            type: 'line',
 | 
			
		||||
            axis: 'x'
 | 
			
		||||
          },
 | 
			
		||||
          extraCssText: "width: 152px !important; height: 100px !important;"
 | 
			
		||||
        },
 | 
			
		||||
        xAxis: [
 | 
			
		||||
          {
 | 
			
		||||
            type: 'category',
 | 
			
		||||
 
 | 
			
		||||
@@ -51,15 +51,15 @@ export default {
 | 
			
		||||
          bottom: 0,
 | 
			
		||||
          containLabel: true
 | 
			
		||||
        },
 | 
			
		||||
        // tooltip: {
 | 
			
		||||
        //   show: true,
 | 
			
		||||
        //   trigger: 'axis',
 | 
			
		||||
        //   axisPointer: {
 | 
			
		||||
        //     type: 'cross',
 | 
			
		||||
        //     axis: 'y'
 | 
			
		||||
        //   }
 | 
			
		||||
        //   formatter: '{b}<br/>{a0}: {c}%<br />{a1}: {c1}%'
 | 
			
		||||
        // },
 | 
			
		||||
        tooltip: {
 | 
			
		||||
          show: true,
 | 
			
		||||
          trigger: 'axis',
 | 
			
		||||
          axisPointer: {
 | 
			
		||||
            type: 'line',
 | 
			
		||||
            axis: 'x'
 | 
			
		||||
          },
 | 
			
		||||
          extraCssText: 'width: 152px !important; height: 100px !important;'
 | 
			
		||||
        },
 | 
			
		||||
        xAxis: {
 | 
			
		||||
          type: 'category',
 | 
			
		||||
          boundaryGap: false,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user