if markLine is greater than max value from data, it is not visable in chart / if You set max value to value of markLine it will cut the chart in not scaled parts
Current Behavior
If I want to scale my chart to equal areas using scale = true with markLine
NO MAX VALUE , MARKLINE SET TO VALUE GREATER THAN MAX VALUE FROM DATA ===> markLine not visable
MAX VALUE SET TO VALUE OF MARKLINE ===> markLine is visable, but chart is not scale properly
Version
4.6.5
Link to Minimal Reproduction
https://stackblitz.com/edit/angular-9-ngx-echarts-yceciu?file=src/app/app.component.ts
Steps to Reproduce
Current Behavior
If I want to scale my chart to equal areas using scale = true with markLine
Expected Behavior
markLine value is visable and chart is scaled
Environment
Any additional comments?
No response