abdurrahmanyildirim commented on PR #21317:
URL: https://github.com/apache/echarts/pull/21317#issuecomment-4715948218
Will this cover datazoom change also?
For example, if I have markerLine like that;
```
markLine: {
data: [
[
{
name: 'markLine',
coord: ['2026-05-31T22:00:00Z', 15],
symbolSize: 16.5,
lineStyle: {
color: '#3051ca',
width: 11,
type: 'dotted',
opacity: 1
},
label: {
color: '#131f4eff'
}
},
{
name: 'markLine',
coord: ['2026-06-04T22:00:00Z', 16],
symbolSize: 16.5,
lineStyle: {
color: '#3051ca',
width: 11,
type: 'dotted',
opacity: 1
},
label: {
color: '#131f4eff'
}
}
]
]
```
<img width="1947" height="1074" alt="image"
src="https://github.com/user-attachments/assets/8e57415c-7d16-4611-9c73-78c4cc9bb6cd"
/>
But if I set data zoom from `2026-06-01` , markLine gets invisible.
<img width="1292" height="1113" alt="image"
src="https://github.com/user-attachments/assets/54cd1100-565c-4ea9-838b-03b6bd27ddbd"
/>
Can we keep it even though 1 point of markLine not in range of data zoom.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]