xiugai
This commit is contained in:
@@ -97,7 +97,7 @@ export default {
|
||||
}
|
||||
},
|
||||
grid: {
|
||||
top: 20,
|
||||
top: 35,
|
||||
bottom: 20,
|
||||
right: 25,
|
||||
},
|
||||
@@ -140,14 +140,12 @@ export default {
|
||||
],
|
||||
yAxis: {
|
||||
type: 'value',
|
||||
nameTextStyle: {
|
||||
color: 'rgba(0, 0, 0, 0.45)',
|
||||
fontSize: 14,
|
||||
align: 'left'
|
||||
},
|
||||
name: '元/㎡',
|
||||
// nameLocation:'center',
|
||||
nameTextStyle: { color: 'rgba(0, 0, 0, 0.45)', fontSize: 14, align: 'right' },
|
||||
min: 0,
|
||||
// max: function (value) { return Math.ceil(value.max * 1.1); }, // 增加一点余量
|
||||
scale: true,
|
||||
|
||||
axisTick: { show: false },
|
||||
axisLabel: {
|
||||
color: 'rgba(0, 0, 0, 0.45)',
|
||||
|
||||
Reference in New Issue
Block a user