andriyaucar opened a new issue #12682:
URL: https://github.com/apache/incubator-echarts/issues/12682


   ### Version
   4.7.0
   
   ### Steps to reproduce
   Click series.data(flightData in 
[https://echarts.apache.org/examples/zh/editor.html?c=custom-gantt-flight](https://echarts.apache.org/examples/zh/editor.html?c=custom-gantt-flight))
   
   ### What is expected?
   When user click all data on chart, a tooltip should be seems for each data 
on chart at the same time.
   
   ### What is actually happening?
   Only one tooltip can be displayed at the same time.
   
   ---
   I created custom Gantt chart with using your example 
[https://echarts.apache.org/examples/zh/editor.html?c=custom-gantt-flight](https://echarts.apache.org/examples/zh/editor.html?c=custom-gantt-flight).
 I changed **triggerOn** parameter to **'none'** with using 'showTip', 
'hideTip'. But I want to open multiple tooltip when i click all flightData on 
your example. For example when i click one flightData, a tooltip is opened but 
when i click second flightData, one more tooltip should be opened. Can i do 
that with using series.data.tooltip? How can i implement this logic?  Could you 
please explain in provided example( 
[https://echarts.apache.org/examples/zh/editor.html?c=custom-gantt-flight](https://echarts.apache.org/examples/zh/editor.html?c=custom-gantt-flight))?
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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

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



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

Reply via email to