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