@@ -107,8 +107,8 @@ export default {
grid: {
left: 0,
right: 0,
- bottom: 0,
- top: 0,
+ bottom: -50,
+ top: 20,
width: '100%',
height: '100%',
containLabel: true
@@ -139,6 +139,7 @@ export default {
},
xAxis: {
type: 'value',
+ show: false,
axisLine: {
show: false,
lineStyle: {
@@ -347,7 +348,8 @@ export default {
.r-coner {
width: 4vw;
- height: 100%;
+ height: 95%;
+ margin-top: 2.5%;
flex-shrink: 0;
display: flex;
flex-direction: column;