Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Display full number on GRAPH HOVER

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Display full number on GRAPH HOVER
 Login/Join
 
Silver Member
posted
Hi,

I am having difficulty displaying a full number on graph when I hover (Ex: 8,345,456,236). Right now it displays 8.34545B and I don't want this number.

In WebFOCUS 7.7 it is working fine with the below code but in WF8.1 I am having this issue.

I am able to display full number when I comment these 2 lines, but I also want to display the PieFeeler and I can not loose it.

-*setPieFeelerTextFormat(-1);
-*setPieFeelerTextDisplay(3);


Thanks in advance for looking in to this.

DEFINE FILE CAR
RC1/D7 = RETAIL_COST * 100;
END
GRAPH FILE CAR
SUM
RC1
BY COUNTRY
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET VZERO OFF
ON GRAPH SET HTMLENCODE ON
ON GRAPH SET HAXIS 885
ON GRAPH SET VAXIS 400
ON GRAPH SET UNITS PIXELS
ON GRAPH SET LOOKGRAPH PIEMULTI
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRAPHEDIT SERVER
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 1
ON GRAPH SET GRXAXIS 0
ON GRAPH SET GRAPHSTYLE *
setTemplateFile("/images/tdg/template/IBISouthWestern.txt");
setDepthRadius(5);
setTransparentBorderColor(getSeries(0),true);
setTransparentBorderColor(getSeries(1),true);
setTransparentBorderColor(getSeries(2),true);
setTransparentBorderColor(getSeries(3),true);
setTransparentBorderColor(getSeries(4),true);
setTransparentBorderColor(getSeries(5),true);
setTransparentBorderColor(getSeries(6),true);
setTransparentBorderColor(getSeries(7),true);
setTransparentBorderColor(getSeries(8),true);
setTransparentBorderColor(getSeries(9),true);
setTransparentBorderColor(getSeries(10),true);
setReportParsingErrors(false);
setSelectionEnableMove(false);
setFillColor(getSeries(0),new Color(255,243,172));
setFillColor(getSeries(1),new Color(116,91,151));
setPieDepth(40);
setPieTilt(50);
setPieRotate(170);
setTransparentFillColor(getFrame(),true);
setTransparentBorderColor(getFrame(),true);
setPieSliceDetach(getSeries(1),35);
setDisplay(getLegendArea(),false);
setTextString(getAnnotation(0),"Awards");
setDisplay(getAnnotation(0),true);
setTextString(getAnnotation(1),"Dollars");
setDisplay(getAnnotation(1),true);
setTransparentBorderColor(getChartBackground(),true);
setOtherPercentage(0.5);
setFontStyle(getAnnotation(0),2);
setFontStyle(getAnnotation(1),2);
setDisplay(getSubtitle(),true);
setFontSizeAbsolute(getSubtitle(),true);
setFontSizeInPoints(getSubtitle(),11);
setPieLabelDisplay(3);
setFontSizeAbsolute(getAnnotation(0),true);
setFontSizeInPoints(getAnnotation(0),13);
setFontSizeAbsolute(getAnnotation(1),true);
setFontSizeInPoints(getAnnotation(1),13);
setFontSizeAbsolute(getPieSliceLabel(),true);
setFontSizeInPoints(getPieSliceLabel(),9);
setPieSliceDetach(getSeries(2),35);
setPieSliceDetach(getSeries(0),5);
setPlace(true);
-*setPieFeelerTextFormat(-1);
-*setPieFeelerTextDisplay(3);
setPieFeelerTextFormatPattern("#0.0%");
setRect(getTitle(),new Rectangle(-15360.0,15709.0,29866.0,96.0));
setTextString(getSubtitle(),"");
setRect(getAnnotation(1),new Rectangle(4266.0,9018.0,8000.0,2036.0));
setRect(getPieFrame(),new Rectangle(-16000.0,-34036.0,32000.0,59345.0));
setRect(getAnnotation(0),new Rectangle(-12106.0,9115.0,8000.0,1939.0));
ENDSTYLE
END
-RUN

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


Prod: WebFOCUS 8.1.05 on Win 10
Test: WebFOCUS 8.1.05 on Win 10
 
Posts: 43 | Registered: January 18, 2007Report This Post
Virtuoso
posted Hide Post
I recommend looking at the ToolTip properties in release 8.1 to see if there are any that can be used to control the ToolTip font size or ToolTip text format (similar to the properties for controlling the PieFeeler text format).


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Silver Member
posted Hide Post
Thanks for the reply Dan.
I have tried adding ToolTip properties but no luck.


Prod: WebFOCUS 8.1.05 on Win 10
Test: WebFOCUS 8.1.05 on Win 10
 
Posts: 43 | Registered: January 18, 2007Report This Post
Master
posted Hide Post
Take a look at this link. All kinds of good stuff on graphs and tooltips.

http://forums.informationbuild...1057331/m/5377035576



- FOCUS Man, just FOCUS!
-----------------------------
Product: WebFOCUS
Version: 8.1.04
Server: Windows 2008 Server
 
Posts: 578 | Registered: October 01, 2014Report This Post
Silver Member
posted Hide Post
Thanks Gavin, I will play with these options and try my luck.


Prod: WebFOCUS 8.1.05 on Win 10
Test: WebFOCUS 8.1.05 on Win 10
 
Posts: 43 | Registered: January 18, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Display full number on GRAPH HOVER

Copyright © 1996-2020 Information Builders