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.
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.
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 -RUNThis 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
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, 2007