echarts-bot[bot] commented on issue #19766:
URL: https://github.com/apache/echarts/issues/19766#issuecomment-2022314440

   @helloword1989 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. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **TITLE**
   
   [Bug] For data of type line in the series, set showSymbol to false, and 
click legend to hide the data. The data hovered by the mouse cannot be hidden.
   
   **BODY**
   
   ### Version
   
   5.5.0
   
   ### Link to Minimal Reproduction
   
   
https://echarts.apache.org/examples/en/editor.html?c=line-stack&version=5.5.0&code=PYBwLglsB2AEC8sDeAoWtJgDYFMBcya6GOAHmAQOSQC2OsAzjgE4Q4OwAmAhmN5UQC-AGiJhgwLJBAFUxDKwDmillW6kIDAehFFcK6J1l
 
F0PPgQDa1TpWGxrAJkoBdIaPSLWRwvNIEAjA4ADO7EpA4BwW5EZtwAWhI0libyPqnyYACeIPj2DFgQnCy2KenMONxSEHQEYMwArjih6egMABbAAO61DU2lqaQAghoMAJKGZJZBzs0tDHzMFLAh_RlkYADKWbjGLakAZj
 
CbEABeuf7-q8SCV7p7cnsY2bmU-YXFs2UVVTUKjZ-pdpdHr_K7oTLDTTjIp-WAWaYA-S4fZLSgOACkJUejAWSxW2Kw3AARjgsAAFcoAY00UGgBActyIMyIQxGu2IWRyVFoOCxxCJwHqhm4zEyAHFuDJYPtKkxZ
 
gxKZV8HVGtFwZCGOz0DQIHTYABaByzGjqelqpisdjJeQPeTQbi_ax8jLPKgK3hgD79BiZGgCrAbU65ABsANi1paFn8AHZ_EEACzB-PxoKp1N2fzMvZR2MJpMpuPp2CZxFwmNxxPJoLBIslq45iv5
 
oIAZjTGdc6Q711mtuI9sdYE4TgBnJeBWgvIBQM6G19_oIMqwcv64bh9fLearaZCywAdM2HAAOIKHo8n6Opw8AVivh6zkY3lYLbb3B9PDnjx8PB-DAE4HA4zbBve6QNpuKY1juQT7keQHBse0b_s2h7Xk
 EwGlmBT4ti-0FvleJ4IVe8a_r-V7- MB_RdjoTIoIIADcQA
   
   ### Steps to Reproduce
   
   1. series[0], type is scatter, data is time series data like this 
[[1710464400000, 1],[1710464401000, 1],[1710464402000, 1],...]
   2. series[1], type is line, data is the data after linear fitting of the 
data in series[0], showSymbol is set to false
   3. After the chart is generated, directly click on any one of the legends, 
and the data in the corresponding chart can be hidden normally.
   4. After hovering the mouse on any piece of data, click on any one of the 
legends. There will be data left on the chart in the place where the mouse was 
just hovered.
   The complete code below can be tested directly at 
https://echarts.apache.org/examples/zh/editor.html?c=line-stack&version=5.5.0
   [echarts complete 
code.txt](https://github.com/apache/echarts/files/14771111/echarts.txt)
   
   ### Current Behavior
   
   1) The amount of data is more than 3,000. After the chart is generated, 
hover the mouse on any piece of data, and then click on any one of the legends. 
There will be data left on the chart in the place where you just hovered it.
   2) No problem when the amount of data is small
   
   ### Expected Behavior
   
   Click on any one of the legends, and the corresponding chart data will be 
hidden normally and will not be affected by other operations.
   
   ### Environment
   
   ```markdown
   -OS:win10
   - Browser: Chrome 123.0.6312.59 (official version)
   ```
   
   
   ### Any additional comments?
   
   _No response_
   </details>


-- 
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]

Reply via email to