这个提交包含在:
‘937886381’
2024-07-03 16:28:41 +08:00
父节点 aa6ae82607
当前提交 81c4af0cc8
共有 19 个文件被更改,包括 290 次插入146 次删除

查看文件

@@ -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)