Skip to content

【echarts使用】之设置柱子的borderRadius #15

Open
@yihan12

Description

@yihan12
series:[
    {
        type: 'bar',
        stack: 'Total',
        itemStyle: {
            borderColor: bgColor,
            borderRadius: [4, 4, 4, 4], // 圆柱
            color: bgColor
        },
        emphasis: {
            itemStyle: {
                borderColor: bgColor,
                color: bgColor
            }
        },
    }
]

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions