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/10/09 10:16:22 UTC

[GitHub] [incubator-echarts] plainheart commented on issue #13356: can tooltip scroll bottom to show more data?

plainheart commented on issue #13356:
URL: https://github.com/apache/incubator-echarts/issues/13356#issuecomment-706097186


   We have added a new option `className` for tooltip HTML renderer in 5.0.0(the stable version is not released yet).
   I suppose you could specify a class name to enable you could get the DOM element easily. Then we can add event listeners to the DOM and update its content manually.
   Moreover, I'm thinking to allow users to provide directly a DOM element as tooltip's container, that may be more flexible. See #13250


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