Skip to content

[Bug] The algorithm problem of the proportion of bar stack when the y-axis type is log #19234

Description

@leleccccc

Version

5.4.3

Link to Minimal Reproduction

Official Editor

Steps to Reproduce

option = { xAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, tooltip: { trigger: 'axis' }, yAxis: { type: 'log' }, series: [ { data: [150, 230, 224, 218, 136, 148, 260], type: 'line', stack: 'lineData' }, { data: [75, 115, 112, 109, 68, 74, 130], type: 'bar', stack: 'barData' }, { data: [75, 115, 112, 109, 68, 74, 130], type: 'bar', stack: 'barData' } ] };

Current Behavior

20231023-112809

Expected Behavior

In this case, I hope that the stacking ratio of their bars is evenly divided because my data is set to half

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugenThis issue is in Englishtopic: stackwontfixNo plan to fix this issue or add this feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions