Skip to content

[Bug] borderColor hides bar color with large data #18185

Closed
@nico-robert

Description

@nico-robert

Version

5.4.1

Link to Minimal Reproduction

No response

Steps to Reproduce

I don't know if in version 5.2.1 It was the good result , but when I add borderColor property in ìtemStyle` (series), the color is not visible with large data, in 5.4.1 yes. So it hides the color of the bars.

    {
      name: 'Volumn',
      type: 'bar',
      xAxisIndex: 1,
      yAxisIndex: 1,
      itemStyle: {
        color: '#7fbe9e',
        // Add black color...
        borderColor: 'black'
      },
      large: true,
      encode: {
        x: 0,
        y: 5
      }
    }

Current Behavior

In 5.4.1

Expected Behavior

The good result for me in 5.2.1

Environment

- OS: macOS Ventura
- Browser: Safari 16.1
- Framework:

Any additional comments?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugdifficulty: easyIssues that can be fixed more easily than the average.enThis issue is in Englishtopic: bar

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions