You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/06/13 05:53:47 UTC

[GitHub] [echarts] MNHarshitha opened a new issue, #17202: Tooltip is not displaying when the labels are hidden and symbol is set to none[Bug]

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

   ### Version
   
   5.3.0
   
   ### Link to Minimal Reproduction
   
   https://codepen.io/Harshitha19/pen/yLvGMEZ
   
   ### Steps to Reproduce
   
   1. Plot a line or an area chart.
   2. Set tooltip trigger to "item" within the series.
   3. Hide series labels and set the series symbol to none.
   4. Observe that on hiding labels and setting series symbol to none, tooltips are not being displayed.
   
   ### Current Behavior
   
   Observe that on hiding labels and setting series symbol to none, tooltips are not being displayed.
   
   ### Expected Behavior
   
   Tooltips should be displayed even on hiding the series labels and setting symbol to none.
   
   ### 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] Ovilia commented on issue #17202: Tooltip is not displaying when the labels are hidden and symbol is set to none[Bug]

Posted by GitBox <gi...@apache.org>.
Ovilia commented on issue #17202:
URL: https://github.com/apache/echarts/issues/17202#issuecomment-1153601275

   I think this is the expected behavior because the tooltip `trigger` is set to be `item` and there are no items if it's set to be `'none'`.


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


Re: [I] Tooltip is not displaying when the labels are hidden and symbol is set to none[Bug] [echarts]

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

   I think it would be very beneficial to show item tooltips even the symbol is set to 'none'. Actually I find it a little counter-intuitive that the tooltip depends on the visibility of a symbol - the data item obviously is still there even if I do not want a special visualisation to be drawn. Currently, my workaround is to "hide" the item via itemStyle (transparent colors...), but that is not very convenient.


-- 
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] tkappenman commented on issue #17202: Tooltip is not displaying when the labels are hidden and symbol is set to none[Bug]

Posted by GitBox <gi...@apache.org>.
tkappenman commented on issue #17202:
URL: https://github.com/apache/echarts/issues/17202#issuecomment-1171600493

   [#15437](https://github.com/apache/echarts/issues/15437)
   I thought there were plans to snap to the nearest point for a graph with symbols set to "None"? I have some very large graphs which require trigger set to item, but drawing the symbols slows performance to the point that it stops responding.
   [Here's a jsfiddle](https://jsfiddle.net/hL81u43q/11/). Performance will gradually slow down to a halt. Setting symbol to "none" drastically improves performance, but then trigger type item breaks. Trigger type axis shows way too many values to be very helpful.


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