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 have a graph file of type PIERING. So far I've only been able to find a way to display the total of all values in the center of the chart, but I want to display only the value of one individual slice of the donut chart in the hole. In the code below, that would be the value of PURPCT. I couldn't find anything in the documentation. Any suggestions?
GRAPH FILE GRAPHDAT HEADING "Target" SUM -*PURCHASE AS '' TRPCT1 AS 'Achieved' PURPCT AS 'Remaining'
ON GRAPH SET VZERO OFF ON GRAPH SET HTMLENCODE ON ON GRAPH SET GRAPHDEFAULT OFF ON GRAPH SET EMBEDHEADING ON ON GRAPH SET UNITS &WF_STYLE_UNITS ON GRAPH SET HAXIS &WF_STYLE_WIDTH ON GRAPH SET VAXIS &WF_STYLE_HEIGHT ON GRAPH SET GRMERGE ON ON GRAPH SET GRMULTIGRAPH 0 ON GRAPH SET GRLEGEND 0 ON GRAPH SET GRXAXIS 0 ON GRAPH SET LOOKGRAPH PIERING ON GRAPH HOLD AS GRPDAT FORMAT JSCHART ON GRAPH SET STYLE * *GRAPH_SCRIPT setPieDepth(0); setPieTilt(0); setDepthRadius(0); setCurveFitEquationDisplay(false); setPlace(true); setPieFeelerTextDisplay(1); *END -*INCLUDE=IBFS:/FILE/IBI_HTML_DIR/javaassist/intl/EN/ENIADefault_combine.sty,$ -*TYPE=REPORT, TITLETEXT=&WF_TITLE.QUOTEDSTRING, $ TYPE=HEADING, JUSTIFY=CENTER, FONT='TAHOMA', SIZE=12, COLOR=RGB(66 70 73), STYLE=NORMAL, $ TYPE=REPORT, TITLETEXT=&WF_TITLE.QUOTEDSTRING, LEFTMARGIN=1.4, TOPMARGIN=1.0, RIGHTMARGIN=0.2, BOTTOMMARGIN=1.27, $ *GRAPH_SCRIPT setDisplay(getPieRingLabel(),false); setReportParsingErrors(false); setSelectionEnableMove(false); setLegendDisplay(false); setPieFeelerTextDisplay(0); setDisplay(getLegendArea(),false);
Page - 402 - Properties that affect pie charts Page - 140 - Showing and Formatting Data Text Labels for All Series dataLabels: position is set to 'outside' or CENTER ( see page 142 )
Search within the PDF for PIE and there are several references that my of assistance.
Thank you for participating in the Focal Point Forum.
Kindest regards, Tamra Colangelo Focal Point Moderator Information Builders Inc.
WebFOCUS 8x - BI Portal, Developer Studio, App Studio, Excel, PDF, Active Formats and HTML5
Posts: 487 | Location: Toronto | Registered: June 23, 2009