C
csdjj
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!
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!