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

  • Home
  • SEARCH
  • 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 7775963
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:45:26+00:00 2026-06-01T17:45:26+00:00

By default when we hover the mouse on any region of the jqplot charts

  • 0

By default when we hover the mouse on any region of the jqplot charts it changes color – that’s fine. But I want that on hover it should show its value. For example I have 2 regions on charts as:

  1. label=Customer projects,value=20
  2. label=POCs,value=10

Now on mouse hover it should show the label as well as the value. For example it should show as

Customer Projects:20

How can I do this? Thanks in advance.

  • 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-01T17:45:27+00:00Added an answer on June 1, 2026 at 5:45 pm

    Here’s a hack that uses the fact that the labels are just text divs:

    previousPoint = null;
    $('#chartdiv').bind('jqplotDataMouseOver', function (ev, seriesIndex, pointIndex, data) { 
        var labels = $('#chartdiv .jqplot-data-label');
        if (previousPoint != null)
        {
           labels[previousPoint['idx']].innerHTML = previousPoint['data'][1]+'';               
        }
        labels[pointIndex].innerHTML = data[0] + ": " + data[1];
        previousPoint = {'idx':pointIndex, 'data':data};
    }); 
    

    Working fiddle here. Remember to cache the jqplot files.

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

Sidebar

Related Questions

I want to suppress the web browser's default tooltip display when a user hovers
I need to put some extra information into to the standard javadoc hover, that
I have coded a simple div containing an image that follows the mouse cursor
I'm currently trying to change the default behaviour of a multiselect element, so that
I've set WebKit keyframes on :hover and element is transforming as it should. Reversed
When using maps.google.com, places like parks,bus stations, restaurants are objects and we can mouse-hover
(edit) current behavior is no tooltip showing on hover. not the default html title
I need to turn off a default hover state. I have the following code.
I know this question has been asked but I haven't found any satisfactory answers.
The following function to change image source on mouse hover/mouseout works in Chrome: $(document).ready(function()

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.