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 8066449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T11:59:53+00:00 2026-06-05T11:59:53+00:00

My problem is that when the chart drawing area of is smaller than a

  • 0

My problem is that when the chart drawing area of is smaller than a highchart tooltip, a part of the tooltip is hidden where it overflows the chart drawing area.

I want the tooltip to be visible all the time, no matter the size of the chart drawing area.

No CSS setting helped and no higher z-index setting helped either.

Here is my example… http://twitpic.com/9omgg5

Any help will be mostly apreciated.

Thank you.

  • 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-05T11:59:54+00:00Added an answer on June 5, 2026 at 11:59 am

    OK, sorry for the delay. I could not find a better solution, but I found a workaround.

    Here is what I did and what I suggest everyone to try:

    Set the tooltip.useHTML property to true (now you can have more control with html and CSS). Like this:

    tooltip: {
        useHTML: true    
    }
    

    Unset all the default tooltip peoperties that may have something to do with the default tooltip functionalities. Here is what I did…

    tooltip: {                        
        shared: false,
        borderRadius: 0,
        borderWidth: 0,
        shadow: false,
        enabled: true,
        backgroundColor: 'none'
    }
    

    Make sure that your chart container’s css property “overflow” is set to visible. Also make sure that all DOM elements (div, section, etc….) that hold your chart container also have the css “overflow” property set to “visible”. In this way you will make sure that your tooltip will be visibile at all times as it overflows his parent and his other “ancestors” (Is this a correct term? :)).

    Customize your tooltip formatter as you wish, using standard CSS styling. Here is what I did:

    tooltip.formatter: {
        < div class ="tooltipContainer"> Tooltip content here < /div >
    }
    

    This is how it all looks like:

    tooltip: {                        
        tooltip.formatter: {
            < div class ="tooltipContainer"> Tooltip content here < /div >
        },
        useHTML: true,
        shared: false,
        borderRadius: 0,
        borderWidth: 0,
        shadow: false,
        enabled: true,
        backgroundColor: 'none'
    }
    

    If you have a better solution, please post.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm creating an Excel chart using C++. My problem is that I want to
I'm currently working a problem that requires my web application to generate a chart
I bumped into this problem when I created a chart that need a axis
I am using pChart PHP component for chart drawing. What is happening is that
I have generated a report (with JasperReport). My problem that the chart repeats, I
Here I stuck with a problem in drawing the pie chart using coreplot in
I'm having a problem with labels disappearing on Flex's datavisualization.swc charts that are built
I have problem with session in cakephp.I have one file chat.php that is in
Simple problem that I can't figure out... How can I print a '%' character
The problem that I have is somehow very specific. I have to implement a

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.