energyyyp opened a new issue, #18296:
URL: https://github.com/apache/echarts/issues/18296
### Version
5.4.0
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
1.设置每次loop的间隔时间:
使用lines绘制地图上的飞行路线,需要设置头部symbol小飞机的飞机间隔时间。尝试了
series.effect.delay无法实现这个效果。delay只能设置初始化的时候有效果。请问有没有其他的配置项可以实现这个功能
2.产生错落效果:
是否有现成配置项可完成这两个需求呢?
### Current Behavior
series: [
// 头部图片
{
type: 'lines',
coordinateSystem: 'bmap',
zlevel: 2,
effect: {
show: true,
delay:8000,
period: 2,
// constantSpeed: 30,
trailLength: 0,
loop:true,
symbol:
'image://https://p5.ssl.qhimg.com/t01e0d46aac46714a68.png',
symbolSize: [25, 25]
},
lineStyle: {
color: '#FFB200',
width: 0,
curveness: 0.2
},
progressiveThreshold: 500,
progressive: 200,
data: [
[[103.9526, 30.761],[102.712251, 25.04060]],
[[103.9526, 30.761],[126.642464, 45.756967]],
[[103.9526, 30.761],[113.4668, 34.6234]],
[[103.9526, 30.761], [91.11, 29.97]]
], },
]
### Expected Behavior
1.delay只能设置初始化的时候有效果。没有delay后再出现一次loop
2.没有错落效果
### Environment
```markdown
- OS:
- Browser:chrome
- Framework:[email protected] echarts@^5.4.0
```
### Any additional comments?
_No response_
--
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]