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.
The user wants to see the pie in Millions. Currently the chart is showing as number. I appreciate your help. Thank you.
GRAPH FILE GRAPHDATA -* Created by Info Assist for Graph COMPUTE BYPD2/P17 = (&VALUE /Target)*13; BY &BYNAME ON GRAPH PCHOLD FORMAT JSCHART ON GRAPH SET HTMLENCODE ON ON GRAPH SET GRAPHDEFAULT OFF ON GRAPH SET ARGRAPHENGIN JSCHART ON GRAPH SET VZERO OFF ON GRAPH SET GRWIDTH 1 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 ADVANCED ON GRAPH SET GRMULTIGRAPH 0 ON GRAPH SET GRLEGEND 0 ON GRAPH SET GRXAXIS 1 ON GRAPH SET LOOKGRAPH PIE ON GRAPH SET AUTOFIT ON ON GRAPH SET STYLE * *GRAPH_SCRIPT
setPieDepth(0); setPieTilt(0); setDepthRadius(0); setCurveFitEquationDisplay(false); setPlace(true); setPieFeelerTextDisplay(0); setPieRingSize (40); setDisplay ( getPieRingLabel(), true); setFontName(getPieRingLabel(),"CALIBRI"); setFontSizeInPoints(getPieRingLabel(),17); setFillColor(getSeries(0), new Color(57,96,142)); setFillColor(getSeries(1), new Color(144,58,56)); setFillColor(getSeries(2), new Color(116,140,65)); setFillColor(getSeries(3), new Color(95,73,121)); setFillColor(getSeries(4), new Color(54,129,149)); setFillColor(getSeries(5), new Color(186,112,50)); setFillColor(getSeries(6), new Color(69,114,167)); setFillColor(getSeries(7), new Color(170,70,67)); setFillColor(getSeries(8), new Color(137,165,78)); setFillColor(getSeries(9), new Color(113,88,143)); setFillColor(getSeries(10), new Color(65,152,175)); setFillColor(getSeries(11), new Color(219,132,61)); setFillColor(getSeries(12), new Color(79,129,189)); setFillColor(getSeries(13), new Color(192,80,77)); setLegendDisplay(true); setFontName(getLegendText(),"CALIBRI"); setFontSizeInPoints(getLegendText(),8); setFrameDisplay(false); *END