This commit is contained in:
parent
f30bc970d9
commit
463aa6c85a
|
@ -88,6 +88,7 @@ let option = {
|
|||
{
|
||||
type: "bar",
|
||||
data: [2, 4, 7, 23, 25, 250],
|
||||
barWidth: 15,//柱宽
|
||||
itemStyle: {
|
||||
normal: {
|
||||
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||
|
@ -100,8 +101,6 @@ let option = {
|
|||
color: "rgba(5, 213, 255, 0)", // 100% 处的颜色
|
||||
},
|
||||
]), //背景渐变
|
||||
// borderColor: "#00B7FF", //边框
|
||||
// borderWidth: 5,
|
||||
borderRadius: [0, 0, 50, 0], //圆角边框
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue