secretxu opened a new issue #16156: URL: https://github.com/apache/echarts/issues/16156
### What problem does this feature solve? 有一组GPS形变监测数据,数据包含北东高三个方向的形变量,数据间隔是1分钟,数据量大概有10万条。 我希望通过3D 折线图绘制三维的形变轨迹,同时增加一个连续的时间轴来选择显示不同时间段内的轨迹,有没有办法能实现这个效果? echart中TimeLine组件功能太单一了,只能选择特定的时间点,不能像二维图中的x时间轴一样选择时间范围,这个未来可以改进吗? ### What does the proposed API look like? 或者通过绘制一个x轴为时间,y轴为形变量的二维折线图,通过调整二维折线图里的x时间轴同步调整3D 折线图中的形变轨迹,这样可以实现吗? -- 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]
