Forum Discussion

stella1215's avatar
stella1215
Frequent Visitor
5 years ago
Solved

Display Tooltips Information on Card When Hovering on Line Chart

Hello everyone!

 

The picture below is the result I would like to achieve. I want to display the tooltips information on the bottom Card visual (or anything that may work) when I hover over on the line chart. But I don't know how to achieve this. Any idea? 

 

Thank you!


  • Hi, stella1215 

     

    Unfortunately, Card Visual dynamically capturing mouse hover actions is not supported.

    If you want to display it as a card visual or a fixed visual at the bottom you need to click on the data point,

    if you want to display the data dynamically by mouse hover, then creating a page tooltip is a good way to achieve it.

     

    I created a simple sample to illustrate this.

    Sample:

     

     

    Is this the result you want? Hope this is useful to you

    Please feel free to let me know If you have further questions

     

    Best Regards,
    Community Support Team _ Zeon Zheng
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

3 Replies

    • stella1215's avatar
      stella1215
      Frequent Visitor

      thank you for your resource. Maybe I shouldn't mention tooltips. I don't want to display those information as tooltips, I want to display them as Card Visual or a fixed visual at the bottom, of which the value should be filtered when I hover over. Is there a way to achieve so? Or I have to use tooltip?

  • Hi, stella1215 

     

    Unfortunately, Card Visual dynamically capturing mouse hover actions is not supported.

    If you want to display it as a card visual or a fixed visual at the bottom you need to click on the data point,

    if you want to display the data dynamically by mouse hover, then creating a page tooltip is a good way to achieve it.

     

    I created a simple sample to illustrate this.

    Sample:

     

     

    Is this the result you want? Hope this is useful to you

    Please feel free to let me know If you have further questions

     

    Best Regards,
    Community Support Team _ Zeon Zheng
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.