Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3D折线图,相同数据会不显示tooltip #529

Open
895248523 opened this issue Jul 16, 2024 · 2 comments
Open

3D折线图,相同数据会不显示tooltip #529

895248523 opened this issue Jul 16, 2024 · 2 comments

Comments

@895248523
Copy link

895248523 commented Jul 16, 2024

无法显示
当这一条数据相同时,我鼠标移动到圆点上之后他是不显示tooltip。

显示
数据不相同的时候 是显示的,是我设置属性的问题还是echarts本身的问题呢?文档中没有看到明确的说明。

@895248523
Copy link
Author

这是上面的数据[
[["0点","2024-06-21",16413],["1点","2024-06-21",16413],["2点","2024-06-21",16413],["3点","2024-06-21",16413],["4点","2024-06-21",16413],["5点","2024-06-21",16413],["6点","2024-06-21",16413],["7点","2024-06-21",16413],["8点","2024-06-21",16413],["9点","2024-06-21",16413],["10点","2024-06-21",16413],["11点","2024-06-21",16413],["12点","2024-06-21",16413],["13点","2024-06-21",16413],["14点","2024-06-21",16413],["15点","2024-06-21",16413],["16点","2024-06-21",16413],["17点","2024-06-21",16413],["18点","2024-06-21",16413],["19点","2024-06-21",16413],["20点","2024-06-21",16413],["21点","2024-06-21",16413],["22点","2024-06-21",16413],["23点","2024-06-21",16413]],
[["0点","2024-06-22",16413],["1点","2024-06-22",16413],["2点","2024-06-22",2612],["3点","2024-06-22",2612],["4点","2024-06-22",2612],["5点","2024-06-22",2612],["6点","2024-06-22",2612],["7点","2024-06-22",2612],["8点","2024-06-22",2612],["9点","2024-06-22",2612],["10点","2024-06-22",2612],["11点","2024-06-22",2612],["12点","2024-06-22",2612],["13点","2024-06-22",2612],["14点","2024-06-22",2175],["15点","2024-06-22",2175],["16点","2024-06-22",2175],["17点","2024-06-22",2175],["18点","2024-06-22",2175],["19点","2024-06-22",2175],["20点","2024-06-22",2175],["21点","2024-06-22",2175],["22点","2024-06-22",2175],["23点","2024-06-22",2175]],
[["0点","2024-06-23",2175],["1点","2024-06-23",2612],["2点","2024-06-23",2612],["3点","2024-06-23",2612],["4点","2024-06-23",2612],["5点","2024-06-23",2612],["6点","2024-06-23",2612],["7点","2024-06-23",2612],["8点","2024-06-23",2612],["9点","2024-06-23",2612],["10点","2024-06-23",2612],["11点","2024-06-23",2612],["12点","2024-06-23",2612],["13点","2024-06-23",2612],["14点","2024-06-23",2175],["15点","2024-06-23",2175],["16点","2024-06-23",2175],["17点","2024-06-23",2175],["18点","2024-06-23",2175],["19点","2024-06-23",2175],["20点","2024-06-23",2175],["21点","2024-06-23",2175],["22点","2024-06-23",2175],["23点","2024-06-23",2175]]
] 第一条数据的时候就会不显示tooltip ,能给一个解答吗?

@helgasoft
Copy link

it seems your chart has scatter3D in combination with line3D. Please provide full working sample code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants