This commit is contained in:
parent
f3c088b2fd
commit
ea372ad663
|
@ -119,7 +119,7 @@ const getOption = () => {
|
|||
barGap: 0.3 /*多个并排柱子设置柱子之间的间距*/,
|
||||
label: {
|
||||
show: true,
|
||||
position: "inside",
|
||||
position: "right",
|
||||
color: "#ffffff",
|
||||
formatter: function (data) {
|
||||
return data.value;
|
||||
|
@ -146,7 +146,7 @@ const getOption = () => {
|
|||
barGap: 0.3 /*多个并排柱子设置柱子之间的间距*/,
|
||||
label: {
|
||||
show: true,
|
||||
position: "inside",
|
||||
position: "right",
|
||||
color: "#ffffff",
|
||||
formatter: function (data) {
|
||||
return data.value;
|
||||
|
|
Loading…
Reference in New Issue