PC Review


Reply
Thread Tools Rate Thread

Bubble charts

 
 
csdjj
Guest
Posts: n/a
 
      17th Nov 2008
Hello, I'm trying to create a chart that I would classify as a cross between
a bubble chart and a regular bar chart.

Specifically, I want to create a chart where:
- The Y-axis data is the # of projects delivered
- The bubble size data is the total revenue for the project

Here's where the weird part comes in, though:
- I want my X-axis data to be labels - not data. In other words, I want
them to say the names of the project types (e.g., Project Type 1, Project
Type 2, etc.)

I've mocked up a view of what I'm looking for but it's not a workable
solution because it's very manual. I'm looking for a way to do it without it
being manual. (I can't seem to include a copy of the mockup here but I can
e-mail it to anyone who wants to see it.)

Any ideas? Thanks!




 
Reply With Quote
 
 
 
 
Andy Pope
Guest
Posts: n/a
 
      18th Nov 2008
Hi,

One way is to add additional series to use as axis labels.
Each series requires 1 data point. The X & Y Value should position the point
on the x axis.
The size can be set to 1. Format the bubble to have no fill or border.
Apply data label to series using Series Name. Position data label in the
Below alignment.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"csdjj" <(E-Mail Removed)> wrote in message
news:99F7C49A-C09D-47BD-9C9C-(E-Mail Removed)...
> Hello, I'm trying to create a chart that I would classify as a cross
> between
> a bubble chart and a regular bar chart.
>
> Specifically, I want to create a chart where:
> - The Y-axis data is the # of projects delivered
> - The bubble size data is the total revenue for the project
>
> Here's where the weird part comes in, though:
> - I want my X-axis data to be labels - not data. In other words, I want
> them to say the names of the project types (e.g., Project Type 1, Project
> Type 2, etc.)
>
> I've mocked up a view of what I'm looking for but it's not a workable
> solution because it's very manual. I'm looking for a way to do it without
> it
> being manual. (I can't seem to include a copy of the mockup here but I
> can
> e-mail it to anyone who wants to see it.)
>
> Any ideas? Thanks!
>
>
>
>


 
Reply With Quote
 
csdjj
Guest
Posts: n/a
 
      18th Nov 2008
Thanks, Andy. There are two things that still escape me, though --
1) Using Series Name gives the same name to all of the bubbles. What I'm
looking for is a way for each bubble to have a different name (e.g., Project
Type 1 is the name of the first bubble, Project Type 2 is the name of the
second bubble, etc.)
2) I'm trying to get the labels to show up on the X-axis itself -- not by
the bubbles.

Can that be done?

"Andy Pope" wrote:

> Hi,
>
> One way is to add additional series to use as axis labels.
> Each series requires 1 data point. The X & Y Value should position the point
> on the x axis.
> The size can be set to 1. Format the bubble to have no fill or border.
> Apply data label to series using Series Name. Position data label in the
> Below alignment.
>
> Cheers
> Andy
>
> --
>
> Andy Pope, Microsoft MVP - Excel
> http://www.andypope.info
> "csdjj" <(E-Mail Removed)> wrote in message
> news:99F7C49A-C09D-47BD-9C9C-(E-Mail Removed)...
> > Hello, I'm trying to create a chart that I would classify as a cross
> > between
> > a bubble chart and a regular bar chart.
> >
> > Specifically, I want to create a chart where:
> > - The Y-axis data is the # of projects delivered
> > - The bubble size data is the total revenue for the project
> >
> > Here's where the weird part comes in, though:
> > - I want my X-axis data to be labels - not data. In other words, I want
> > them to say the names of the project types (e.g., Project Type 1, Project
> > Type 2, etc.)
> >
> > I've mocked up a view of what I'm looking for but it's not a workable
> > solution because it's very manual. I'm looking for a way to do it without
> > it
> > being manual. (I can't seem to include a copy of the mockup here but I
> > can
> > e-mail it to anyone who wants to see it.)
> >
> > Any ideas? Thanks!
> >
> >
> >
> >

>
>

 
Reply With Quote
 
Andy Pope
Guest
Posts: n/a
 
      18th Nov 2008
Hi,

Each project requires it's own set of Y and Size values in order for each
data label to display the correct name.
You set the Y value to 0 for each of the points with the X value being 1, 2,
3 etc.
The data labels are then used to mimic the axis labels. You will need to
remove existing axis values.

If you are still stuck you can email me your file.
andy AT andypope DOT info

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"csdjj" <(E-Mail Removed)> wrote in message
news:32AEA933-B052-457E-84E6-(E-Mail Removed)...
> Thanks, Andy. There are two things that still escape me, though --
> 1) Using Series Name gives the same name to all of the bubbles. What I'm
> looking for is a way for each bubble to have a different name (e.g.,
> Project
> Type 1 is the name of the first bubble, Project Type 2 is the name of the
> second bubble, etc.)
> 2) I'm trying to get the labels to show up on the X-axis itself -- not by
> the bubbles.
>
> Can that be done?
>
> "Andy Pope" wrote:
>
>> Hi,
>>
>> One way is to add additional series to use as axis labels.
>> Each series requires 1 data point. The X & Y Value should position the
>> point
>> on the x axis.
>> The size can be set to 1. Format the bubble to have no fill or border.
>> Apply data label to series using Series Name. Position data label in the
>> Below alignment.
>>
>> Cheers
>> Andy
>>
>> --
>>
>> Andy Pope, Microsoft MVP - Excel
>> http://www.andypope.info
>> "csdjj" <(E-Mail Removed)> wrote in message
>> news:99F7C49A-C09D-47BD-9C9C-(E-Mail Removed)...
>> > Hello, I'm trying to create a chart that I would classify as a cross
>> > between
>> > a bubble chart and a regular bar chart.
>> >
>> > Specifically, I want to create a chart where:
>> > - The Y-axis data is the # of projects delivered
>> > - The bubble size data is the total revenue for the project
>> >
>> > Here's where the weird part comes in, though:
>> > - I want my X-axis data to be labels - not data. In other words, I
>> > want
>> > them to say the names of the project types (e.g., Project Type 1,
>> > Project
>> > Type 2, etc.)
>> >
>> > I've mocked up a view of what I'm looking for but it's not a workable
>> > solution because it's very manual. I'm looking for a way to do it
>> > without
>> > it
>> > being manual. (I can't seem to include a copy of the mockup here but I
>> > can
>> > e-mail it to anyone who wants to see it.)
>> >
>> > Any ideas? Thanks!
>> >
>> >
>> >
>> >

>>
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bubble Charts LiAD Microsoft Excel Charting 2 22nd Jan 2009 11:13 PM
Bubble Charts =?Utf-8?B?UmljaGFyZA==?= Microsoft Excel Charting 1 25th Jan 2007 05:47 PM
bubble charts (again) Josie Microsoft Excel Charting 1 1st Oct 2004 03:59 AM
Bubble Charts =?Utf-8?B?UGF0cmlja19LQw==?= Microsoft Excel Misc 1 4th Aug 2004 07:38 PM
Bubble Charts K. Georgiadis Microsoft Excel Charting 4 8th May 2004 11:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:38 PM.