You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "ragava28 (via GitHub)" <gi...@apache.org> on 2023/05/23 03:19:18 UTC

[GitHub] [echarts] ragava28 opened a new issue, #18653: [Bug] connect feature is not working with Scatter/heatmap chart.

ragava28 opened a new issue, #18653:
URL: https://github.com/apache/echarts/issues/18653

   ### Version
   
   5.4.2
   
   ### Link to Minimal Reproduction
   
   https://codepen.io/ragava28/pen/GRYPaNP?editors=0010
   
   ### Steps to Reproduce
   
   In below codepen example when we hover on Depth Vs Time chart (scatter chart) ,on samples  (x,y)= >[(0,0),(0,1),(0,2),(0,3)(0,4)].
   
   we can see that tool tip in Voltage vs Time and Depth vs Amplitude charts shows up perfectly. but when we hover on other samples it dosent work.
   
   [https://codepen.io/ragava28/pen/GRYPaNP?editors=0010](url)
   
   
   
   ### Current Behavior
   
   Currently it works only for first x sample  & all corresponding samples of y. 
   
   ### Expected Behavior
   
   it should work for all the X & Y samples. 
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### 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: commits-unsubscribe@echarts.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] ragava28 commented on issue #18653: [Bug] connect feature is not working with Scatter/heatmap chart.

Posted by "ragava28 (via GitHub)" <gi...@apache.org>.
ragava28 commented on issue #18653:
URL: https://github.com/apache/echarts/issues/18653#issuecomment-1561477877

   https://github.com/apache/echarts/issues/18667


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [echarts] helgasoft commented on issue #18653: [Bug] connect feature is not working with Scatter/heatmap chart.

Posted by "helgasoft (via GitHub)" <gi...@apache.org>.
helgasoft commented on issue #18653:
URL: https://github.com/apache/echarts/issues/18653#issuecomment-1558533657

   Interesting experiment, seems that in _connect_ you are trying to mix 
   _tooltip.trigger:"**item**"_ with _tooltip.trigger:"**axis**"_ 
   and/or _tooltip.axisPointer.axis:"**x**"_ with _tooltip.axisPointer.axis:"**y**"_.
   I think neither will work (and they don't), but a developer would provide a better answer.


-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org