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

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
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
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
Any additional comments?
No response