Focal Point
ToolTip Display in a Bubble Graph

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7231024932

July 30, 2007, 11:22 AM
Michele
ToolTip Display in a Bubble Graph
I have a bubble graph that displays percentages for the Y and X axis. Currently the percentages are displayed in a decimal format with two decimal places. I need the ToolTip display to show the percentages as a decimal number with one decimal place and a percentage sign after the number. Presently, this is what I have coded for my ToolTip display. For example, the X axis percentage that is 7% is being displayed as .07 and the Y axis percentage that is 1% is being displayed as .01. Thanks.

setToolTipMode(false);
setUserToolTip("[SL] [R] Admits per 1000: [XV] [R] Cost Per Admit: [YV] [R] PMPM: $[ZV] ");



WebFocus 7.1.7 (Test, QA, and Prod)
Windows XP 5.1 Operating System
August 06, 2007, 12:05 PM
Kerry
Hi Michele,

Has this issue been resolved?

I ran a bit search on online documents and came across the following, which may be of interest:

GRAPH:How to get bubble pop-up when moving mouse over value

ToolTip Display

Graph - tooltip display

Summary: Graph:The decimal numbers in tooltip not being displayed

Hope this helps. Smiler

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
August 20, 2007, 02:42 PM
Michele
Evidently, changing the format of the tooltip display cannot be done in Webfocus 7.1.7. Thanks.