修复海拔数值太大,超出显示范围的bug
parent
f2ac10c0e3
commit
7a09eb3d0d
|
@ -31,6 +31,7 @@ const option = reactive({
|
|||
color: 'transparency'
|
||||
},
|
||||
label: {
|
||||
fontSize : 36,
|
||||
formatter: function({ value }) {
|
||||
return parseInt(value)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue