Skip to content

极坐标系下绘制柱状图,改变极坐标绘制方向时柱状图不更改绘制方向 #12902

@IDCjaja

Description

@IDCjaja

Version

4.8.0

Steps to reproduce

options = {
angleAxis: {
type: 'value',
max: 120,
show: true,
clockwise: false,
},
radiusAxis: {
type: 'category',
show: true,
axisLabel: {
show: false,
},
axisLine: {
show: false,
},
axisTick: {
show: false,
},
},
polar: {
radius: ['80%', '100%'],
center: ['50%', '50%'],
},
series: [
{
coordinateSystem: 'polar',
type: 'bar',
data: [110],
}
]
}

What is expected?

极坐标系改变绘制方向时柱状图能根据极坐标的方向绘制

What is actually happening?

图表初始绘制完成后,修改 angleAxis.clockwise = true


屏幕快照 2020-07-03 上午11 29 31

屏幕快照 2020-07-03 上午11 29 47

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugenThis issue is in EnglishpendingWe are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.waiting-for: community

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions