This commit is contained in:
姚宇浩 2024-06-06 14:24:44 +08:00
parent f3c088b2fd
commit ea372ad663
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ const getOption = () => {
barGap: 0.3 /*多个并排柱子设置柱子之间的间距*/, barGap: 0.3 /*多个并排柱子设置柱子之间的间距*/,
label: { label: {
show: true, show: true,
position: "inside", position: "right",
color: "#ffffff", color: "#ffffff",
formatter: function (data) { formatter: function (data) {
return data.value; return data.value;
@ -146,7 +146,7 @@ const getOption = () => {
barGap: 0.3 /*多个并排柱子设置柱子之间的间距*/, barGap: 0.3 /*多个并排柱子设置柱子之间的间距*/,
label: { label: {
show: true, show: true,
position: "inside", position: "right",
color: "#ffffff", color: "#ffffff",
formatter: function (data) { formatter: function (data) {
return data.value; return data.value;