This commit is contained in:
‘937886381’
2024-07-03 16:28:41 +08:00
parent aa6ae82607
commit 81c4af0cc8
19 changed files with 290 additions and 146 deletions

View File

@@ -215,7 +215,7 @@ export default {
barWidth: 20,
label: {
show: true,
position: [-18, -16],
position: [0, -16],
color: "#68C483",
formatter: function (params) {
return params.value
@@ -230,7 +230,7 @@ export default {
barWidth: 20,
label: {
show: true,
position: [-18, -16],
position: [0, -16],
color: "#68C483",
formatter: function (params) {
return params.value
@@ -290,7 +290,7 @@ export default {
barWidth: 20,
label: {
show: true,
position: [-20, -16],
position: [-0, -16],
color: "#68C483",
formatter: function (params) {
return params.value.toFixed(2)
@@ -305,7 +305,7 @@ export default {
barWidth: 20,
label: {
show: true,
position: [10, -16],
position: [0, -16],
color: "#288AFF",
formatter: function (params) {
return params.value.toFixed(2)