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

[Bug] 3D散点图,一条数据时,无法触发tooltip显示 #19933

Open
qdlaoyao opened this issue May 14, 2024 · 2 comments
Open

[Bug] 3D散点图,一条数据时,无法触发tooltip显示 #19933

qdlaoyao opened this issue May 14, 2024 · 2 comments
Labels
bug pending We are not sure about whether this is a bug/new feature.

Comments

@qdlaoyao
Copy link

qdlaoyao commented May 14, 2024

Version

5.5.0

Link to Minimal Reproduction

https://codepen.io/laoyao/pen/VwOLKQj

Steps to Reproduce

  1. 鼠标移入到图中数据点,发现tooltip不显示
  2. 把JS代码中如下面代码的注释打开,添加第二条数据
let data = [
  ["Income", "Life Expectancy", "Population", "Country", "Year"],
  [1314, 39, 645526, "Canada", 1800],
  // [815, 34.05, 351014, "Australia", 1800]
];
  1. 鼠标再次移入到图中数据点,发现tooltip正常显示

Current Behavior

3D散点图,一条数据时,无法触发tooltip显示

Expected Behavior

3D散点图,一条数据时,tooltip能正常显示

Environment

- OS: window 10
- Browser: chrome 123.0.6312.123
- Framework:

Any additional comments?

No response

@qdlaoyao qdlaoyao added the bug label May 14, 2024
@echarts-bot echarts-bot bot added the pending We are not sure about whether this is a bug/new feature. label May 14, 2024
Copy link

echarts-bot bot commented May 14, 2024

@qdlaoyao It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗

TRANSLATED

TITLE

[Bug] 3D scatter plot, when a piece of data, the tooltip display cannot be triggered

BODY

Version

5.50

Link to Minimal Reproduction

https://codepen.io/laoyao/pen/VwOLKQj

Steps to Reproduce

  1. Move the mouse to the data points in the graph and find that the tooltip is not displayed.
  2. Open the comments in the JS code such as the following code and add the second piece of data
let data = [
  ["Income", "Life Expectancy", "Population", "Country", "Year"],
  [1314, 39, 645526, "Canada", 1800],
  // [815, 34.05, 351014, "Australia", 1800]
];
  1. Move the mouse to the data point in the graph again and find that the tooltip is displayed normally.

Current Behavior

3D scatter chart, tooltip display cannot be triggered when a piece of data is displayed

Expected Behavior

3D scatter plot, when one piece of data is displayed, the tooltip can be displayed normally

Environment

- OS: window 10
- Browser: chrome 123.0.6312.123
- Framework:

Any additional comments?

No response

@helgasoft
Copy link

duplicate of ecomfe/echarts-gl#342

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

2 participants