Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9246123
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T09:25:17+00:00 2026-06-18T09:25:17+00:00

I have a url link in the tooltip, however, if the tooltip goes outside

  • 0

I have a url link in the tooltip, however, if the tooltip goes outside of the chart area and you try to click on the url, the tooltip disappears.

Any work-arounds for this?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T09:25:18+00:00Added an answer on June 18, 2026 at 9:25 am

    I’ve found in cases like these, it’s best to position the tooltip manually:

    http://api.highcharts.com/highcharts#tooltip.positioner

    That way, unwanted hiding is controllable.

    EDIT:

    If you extend the tooltip prototype, you can manipulate the X and Y

    Tooltip.prototype.move = function (x, y, anchorX, anchorY) {
        var tooltip = this,
            now = tooltip.now,
            animate = tooltip.options.animation !== false && !tooltip.isHidden;
    
                if(x > ?????)
                {
                   x = x - 50; // or how ever many pixels you want to move it to
                }
    
        // get intermediate values for animation
        extend(now, {
            x: animate ? (2 * now.x + x) / 3 : x,
            y: animate ? (now.y + y) / 2 : y,
            anchorX: animate ? (2 * now.anchorX + anchorX) / 3 : anchorX,
            anchorY: animate ? (now.anchorY + anchorY) / 2 : anchorY
        });
    
        // move to the intermediate value
        tooltip.label.attr(now);
    
    
        // run on next tick of the mouse tracker
        if (animate && (mathAbs(x - now.x) > 1 || mathAbs(y - now.y) > 1)) {
    
            // never allow two timeouts
            clearTimeout(this.tooltipTimeout);
    
            // set the fixed interval ticking for the smooth tooltip
            this.tooltipTimeout = setTimeout(function () {
                // The interval function may still be running during destroy, so check that the chart is really there before calling.
                if (tooltip) {
                    tooltip.move(x, y, anchorX, anchorY);
                }
            }, 32);
    
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have program with maps. When user click url link containing 'mymaps.com' - my
I want to have url like this in my application http://website.com/click/http://google.com with Route::set('click', 'click(/<action>(/<link>))',
I have an absolute URL, and the URL that a link on that page
I have this link in a template: <a href={% url show_item item.id %}>Item 1</a>
Lets say that you have either URL or a link on a webpage that
I need to open a URL link in another tab. I have tested this
I have url like this which is a js file example like this link
I have URL link like images.myweb.com/files OR test.com/images I want to check if URL
I'm creating a little dynamic tooltip function. Basically if I have a link like
I have a url field named link in my model with the following validation

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.