Skip to content

[Bug] 折柱混合,折线图开启areaStyle渐变 连续报错!!!! #17386

@superXuJm

Description

@superXuJm

Version

5.3.0~5.3.3

Link to Minimal Reproduction

No response

Steps to Reproduce

直接在你们官网的案例进行的测试,5.3.0之后才有的bug
image

Current Behavior

  areaStyle: {
    opacity: 0.8,
    color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
      {
        offset: 0,
        color: 'rgb(255, 191, 0)'
      },
      {
        offset: 1,
        color: 'rgb(224, 62, 76)'
      }
    ])
  },

Expected Behavior

速度更新吧 影响视觉效果,升级版本用新特性,结果出现新BUG!!!!

Environment

- OS:X
- Browser:X
- Framework:X

Any additional comments?

XXX

Metadata

Metadata

Assignees

No one assigned

    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