Skip to content

Settings and activity

1 result found

  1. 23 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Anonymous commented  · 

    Yes, that is exactly what we are thinking about. Do you think that is feasible ?

    An error occurred while saving the comment
    Anonymous commented  · 

    Yes, We would like to freeze/pin the tooltip to the current hovered point (we have a keybind for it), so you are free to move your cursor around the application (and over the chart) without the tooltip moving or updating anymore.

    An error occurred while saving the comment
    Anonymous commented  · 

    Hey Torstein,

    That is indeed a much more elegant solution. That makes much of our code simpler. The second part is now to keep the tooltip showing for the specific point that is was focused on. Do you have any tips on how elegantly to stop redrawing the tooltip so it keeps showing for that one certain point on the chart?

    Anonymous supported this idea  · 
    An error occurred while saving the comment
    Anonymous commented  · 

    We implemented a custom solution without modifying highcharts but it includes a lot of event.StopPropagation on mouse moves which is really dirty and messes with other parts of the code. This feature would be welcomed very much.