perf[Charts]: refine style
This commit is contained in:
		@@ -56,6 +56,10 @@ export default {
 | 
			
		||||
      this.chart.setOption(
 | 
			
		||||
        {
 | 
			
		||||
          backgroundColor: '#08263a',
 | 
			
		||||
          grid: {
 | 
			
		||||
            left: '5%',
 | 
			
		||||
            right: '5%'
 | 
			
		||||
          },
 | 
			
		||||
          xAxis: [{
 | 
			
		||||
            show: false,
 | 
			
		||||
            data: xAxisData
 | 
			
		||||
 
 | 
			
		||||
@@ -80,8 +80,8 @@ export default {
 | 
			
		||||
        },
 | 
			
		||||
        grid: {
 | 
			
		||||
          top: 100,
 | 
			
		||||
          left: '3%',
 | 
			
		||||
          right: '4%',
 | 
			
		||||
          left: '2%',
 | 
			
		||||
          right: '2%',
 | 
			
		||||
          bottom: '2%',
 | 
			
		||||
          containLabel: true
 | 
			
		||||
        },
 | 
			
		||||
 
 | 
			
		||||
@@ -75,8 +75,10 @@ export default {
 | 
			
		||||
          }
 | 
			
		||||
        },
 | 
			
		||||
        grid: {
 | 
			
		||||
          left: '5%',
 | 
			
		||||
          right: '5%',
 | 
			
		||||
          borderWidth: 0,
 | 
			
		||||
          top: 110,
 | 
			
		||||
          top: 150,
 | 
			
		||||
          bottom: 95,
 | 
			
		||||
          textStyle: {
 | 
			
		||||
            color: '#fff'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user