+ Reply to Thread
Results 1 to 4 of 4

Add detail on hover in a pie

  1. #1
    Registered User
    Join Date
    10-19-2009
    Location
    Connecticut
    MS-Off Ver
    Excel 2002
    Posts
    2

    Add detail on hover in a pie

    Hi.

    I want to find a way to get a detail hover over in a summary pie.

    In the attached xls I created a pie from a summary. When I hover over I get the series, point, etc. For example:
    Series fruit, point apples, value 40 (8%)

    But what I really want is the detail broken apart by type. For example, if I hover over apples, I want to see:

    delicious, 10
    macintosh, 15
    gravenstein, 2
    braeburn, 8
    ida red, 5

    Am I using the right approach with a pivot table? Is there a better way without using vb?

    I appreciate your help.
    Libby
    Attached Files Attached Files

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,482

    Re: How do I add detail to my hover in a pie?

    Changing the contents of the chart tooltip requires complex VBA code and is not that good.

    You need to change the style of chart so you can make sense of the numbers.
    If you add Type to the Row Fields you will get multi-level grouping,
    Attached Files Attached Files
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    10-19-2009
    Location
    Connecticut
    MS-Off Ver
    Excel 2002
    Posts
    2

    Re: Add detail on hover in a pie

    Thanks Andy.
    However that does not give me a view that compares the apples to other fruit, the primary goal of the pie. The type subtotals for the hover are secondary.

    Is there any other way to make a pie in excel that would afford that kind of flexibility without using vb? Any way to make an array that might be input with master detail info to show on the hover?
    Thanks
    Libby

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,482

    Re: Add detail on hover in a pie

    VBA required to alter hover label.

    What if you use Type as the column field and chart as stacked column.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1