update
This commit is contained in:
		@@ -91,7 +91,7 @@ export default {
 | 
			
		||||
            type: 'line',
 | 
			
		||||
            axis: 'x'
 | 
			
		||||
          },
 | 
			
		||||
          extraCssText: "width: 152px !important; height: 100px !important;"
 | 
			
		||||
          extraCssText: 'width: 152px !important; height: 100px !important;'
 | 
			
		||||
        },
 | 
			
		||||
        xAxis: [
 | 
			
		||||
          {
 | 
			
		||||
@@ -130,10 +130,11 @@ export default {
 | 
			
		||||
              fontSize: 10
 | 
			
		||||
            },
 | 
			
		||||
            splitLine: {
 | 
			
		||||
              show: false
 | 
			
		||||
              // lineStyle: {
 | 
			
		||||
              //   color: '#fff3'
 | 
			
		||||
              // }
 | 
			
		||||
              show: true,
 | 
			
		||||
              lineStyle: {
 | 
			
		||||
                color: '#fff1',
 | 
			
		||||
                type: 'dotted'
 | 
			
		||||
              }
 | 
			
		||||
            }
 | 
			
		||||
          },
 | 
			
		||||
          {
 | 
			
		||||
@@ -157,10 +158,11 @@ export default {
 | 
			
		||||
              fontSize: 10
 | 
			
		||||
            },
 | 
			
		||||
            splitLine: {
 | 
			
		||||
              show: false
 | 
			
		||||
              // lineStyle: {
 | 
			
		||||
              //   color: '#fff3'
 | 
			
		||||
              // }
 | 
			
		||||
              show: true,
 | 
			
		||||
              lineStyle: {
 | 
			
		||||
                color: '#fff1',
 | 
			
		||||
                type: 'dotted'
 | 
			
		||||
              }
 | 
			
		||||
            }
 | 
			
		||||
          },
 | 
			
		||||
          {
 | 
			
		||||
@@ -177,8 +179,10 @@ export default {
 | 
			
		||||
            type: 'value',
 | 
			
		||||
            splitNumber: 3,
 | 
			
		||||
            splitLine: {
 | 
			
		||||
              show: true,
 | 
			
		||||
              lineStyle: {
 | 
			
		||||
                color: '#fff3'
 | 
			
		||||
                color: '#fff1',
 | 
			
		||||
                type: 'dotted'
 | 
			
		||||
              }
 | 
			
		||||
            },
 | 
			
		||||
            axisLabel: {
 | 
			
		||||
 
 | 
			
		||||
@@ -98,8 +98,10 @@ export default {
 | 
			
		||||
          },
 | 
			
		||||
          axisTick: { show: false },
 | 
			
		||||
          splitLine: {
 | 
			
		||||
            show: true,
 | 
			
		||||
            lineStyle: {
 | 
			
		||||
              color: '#fff3'
 | 
			
		||||
              color: '#fff1',
 | 
			
		||||
              type: 'dotted'
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
 
 | 
			
		||||
@@ -102,7 +102,7 @@ export default {
 | 
			
		||||
            type: 'line',
 | 
			
		||||
            axis: 'x'
 | 
			
		||||
          },
 | 
			
		||||
          extraCssText: "width: 100px !important;"
 | 
			
		||||
          extraCssText: 'width: 100px !important;'
 | 
			
		||||
        },
 | 
			
		||||
        xAxis: [
 | 
			
		||||
          {
 | 
			
		||||
@@ -143,7 +143,8 @@ export default {
 | 
			
		||||
            splitLine: {
 | 
			
		||||
              show: true,
 | 
			
		||||
              lineStyle: {
 | 
			
		||||
                color: '#fff3'
 | 
			
		||||
                color: '#fff1',
 | 
			
		||||
                type: 'dotted'
 | 
			
		||||
              }
 | 
			
		||||
            }
 | 
			
		||||
          },
 | 
			
		||||
@@ -170,7 +171,8 @@ export default {
 | 
			
		||||
            splitLine: {
 | 
			
		||||
              show: true,
 | 
			
		||||
              lineStyle: {
 | 
			
		||||
                color: '#fff3'
 | 
			
		||||
                color: '#fff1',
 | 
			
		||||
                type: 'dotted'
 | 
			
		||||
              }
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user