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 2020/05/21 13:41:36 UTC

[GitHub] [incubator-echarts] andriyaucar opened a new issue #12682: Multiple 'Tooltip' at the same time

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:
users@infra.apache.org



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


[GitHub] [incubator-echarts] plainheart commented on issue #12682: Multiple 'Tooltip' at the same time

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12682:
URL: https://github.com/apache/incubator-echarts/issues/12682#issuecomment-632564871


   And try to use `custom series`? https://echarts.apache.org/en/option.html#series-custom


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-echarts] andriyaucar commented on issue #12682: Multiple 'Tooltip' at the same time

Posted by GitBox <gi...@apache.org>.
andriyaucar commented on issue #12682:
URL: https://github.com/apache/incubator-echarts/issues/12682#issuecomment-632570049


   I already used `custom series` and i used `series-custom.tooltip`. Actually i tried to use `series-custom.data.tooltip` for multiple tooltip, but when i use `series-custom.data.tooltip`, it didn't work. Is there any example for `series-custom.data.tooltip`?


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-echarts] plainheart commented on issue #12682: Multiple 'Tooltip' at the same time

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12682:
URL: https://github.com/apache/incubator-echarts/issues/12682#issuecomment-632563950


   Sorry, I'm afraid there is no workaround at present. :-(


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-echarts] andriyaucar commented on issue #12682: Multiple 'Tooltip' at the same time

Posted by GitBox <gi...@apache.org>.
andriyaucar commented on issue #12682:
URL: https://github.com/apache/incubator-echarts/issues/12682#issuecomment-632552043


   Ok. Is there any workaround used before for multiple tooltip? If not, i will try to implement some custom popups in angular.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-echarts] plainheart commented on issue #12682: Multiple 'Tooltip' at the same time

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12682:
URL: https://github.com/apache/incubator-echarts/issues/12682#issuecomment-632548437


   No planned date by now, there will be a release of v4.9 before v5.0. Maybe it still need a bit long period.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-echarts] andriyaucar commented on issue #12682: Multiple 'Tooltip' at the same time

Posted by GitBox <gi...@apache.org>.
andriyaucar commented on issue #12682:
URL: https://github.com/apache/incubator-echarts/issues/12682#issuecomment-632544820


   Is there any planned date for v5.0?


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-echarts] andriyaucar commented on issue #12682: Multiple 'Tooltip' at the same time

Posted by GitBox <gi...@apache.org>.
andriyaucar commented on issue #12682:
URL: https://github.com/apache/incubator-echarts/issues/12682#issuecomment-632617180


   Ok thanks for 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.

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] [incubator-echarts] plainheart commented on issue #12682: Multiple 'Tooltip' at the same time

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12682:
URL: https://github.com/apache/incubator-echarts/issues/12682#issuecomment-632585983


   Just one `tooltip` component instance will exist wherever it is configured, so it's better to implement externally. It seems to be a bit difficult if only using echarts for now. So, as you said above, may try to implement some custom popups in your program as a temporary substitution for multiple tooltips.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-echarts] plainheart commented on issue #12682: Multiple 'Tooltip' at the same time

Posted by GitBox <gi...@apache.org>.
plainheart commented on issue #12682:
URL: https://github.com/apache/incubator-echarts/issues/12682#issuecomment-632459603


   Currently, ECharts can not support the feature of multiple tooltips. But maybe it will be supported in 5.0 milestone. Related requirement and implementation is under discussion in issue #11382. Notes that this issue is in Chinese.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [incubator-echarts] andriyaucar commented on issue #12682: Multiple 'Tooltip' at the same time

Posted by GitBox <gi...@apache.org>.
andriyaucar commented on issue #12682:
URL: https://github.com/apache/incubator-echarts/issues/12682#issuecomment-632564566


   Ok thank you for your reply.


----------------------------------------------------------------
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:
users@infra.apache.org



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