on ‎2013 Jan 17 1:36 PM
Hi!
I have a combination chart with 2 axis (primary - percents, secondary - numbers). My goal is to show correct mouse-over values (for series on secondry axis - numbers, on the primary - percents). Moreover I want to show percents with 2 decimal places.
In spreadsheet I have formated data (the real data for percents is 0.8206, 0.7638, etc.). So, I have percents (1st and 3rd columns) and general numbers (2nd) like this:
Indeed I have more data but this doesn't matter I think.
I found a strange way to show percents on percent data and numbers on general numbers (magic order of actions). My problem is that I can't figure out how to set 2 decimal places for mouse-over values. I got strange and incorrect results if I just set this property on the appearance tab:
The real data is around 99%, but tooltip shows 0.99% (if I set 1 decimal place in the appearance, it will show 9.9%). Really strange.
How to solve this???
I believe that it is possible because I did it once. Here is my other chart:
Now I can't figure out how I did it.
Suggestions?
Request clarification before answering.
I'm not sure I understand your problem, but here's what I got:
Here's what I did:
1. Add a Combination Chart
2. Setup the data as
A1 = 16
A2 = 19
B1 = 0.98
B2 = 0.99
3. Series 1 is A1:A2 on Primary axis
Series 2 is B1:B2 on Secondary Axis
4.Set bar chart transparency to zero
5. Set mouseover labels to 'Percentage' and decimals to '2'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alex,
thank you.
1st problem is that the real data is around 99%, but tooltip shows 0.99% (if I set 1 decimal place in the appearance, it will show 9.9%). Really strange.
What mouse-over values are shown for your bar chart (when it is not transparent)? My goal is to show numbers, not percents. So, I want to show percents for your line and general numbers for your bar chart.
On my system I see:
My bar chart would have shown the value 1900.00%
Mouseover values can have only 1 type: either they only show as percentages, or they only show as numbers. But you cannot tell Xcelsius to show percentages for one series and numbers for another series, which is what you want to do.
The solution is to build two charts. Create one bar chart, with mouseover value set to 'Numbers', and one line chart, with mouseover value set to 'Percentages'. Remove the background, text, etc. from the Bar chart, then overlay it on top of the line chart.
This will look exactly like a combination chart, but is actually two separate charts thus giving you the option of formatting each chart individually.
| User | Count |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.