This commit is contained in:
duanxiaohai 2024-04-15 17:07:31 +08:00
parent f30bc970d9
commit 463aa6c85a
1 changed files with 1 additions and 2 deletions

View File

@ -88,6 +88,7 @@ let option = {
{ {
type: "bar", type: "bar",
data: [2, 4, 7, 23, 25, 250], data: [2, 4, 7, 23, 25, 250],
barWidth: 15,//
itemStyle: { itemStyle: {
normal: { normal: {
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
@ -100,8 +101,6 @@ let option = {
color: "rgba(5, 213, 255, 0)", // 100% color: "rgba(5, 213, 255, 0)", // 100%
}, },
]), // ]), //
// borderColor: "#00B7FF", //
// borderWidth: 5,
borderRadius: [0, 0, 50, 0], // borderRadius: [0, 0, 50, 0], //
}, },
}, },