Focal Point
[SOLVED] Prevent display of values when hovering

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

May 14, 2013, 01:51 PM
Az
[SOLVED] Prevent display of values when hovering
I need to prevent the display of values when hovering over a pie or bar chart graph. Any ideas?
Aziz

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 7.1.3
Windows XP
all output
May 14, 2013, 02:12 PM
Francis Mariani
Try
ON GRAPH SET GRAPHSTYLE *
...
setToolTipDisplay(false); // Turn off tool tips
...



Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
May 14, 2013, 06:09 PM
Waz
Az, you should check out the WebFOCUS Graphics documentation.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

May 20, 2013, 03:01 PM
<Kathryn Henning>
Hi Az,

I see from your case that this has been solved. Francis' suggestion is spot on. There's one more parameter that I'll post here for the benefit of someone looking at this topic in the future.

ON GRAPH SET GRAPHSTYLE *
...
setToolTipDisplay(false);
setToolTipMode(false);
...

Cheers!

Kathryn