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.
is it possible to have the bar graph in the pie-bar graph describe a particular slice of the pie graph, instead of the whole thing?
for example, if my pie graph shows percentages of different countries, can i focus the bar graph on, lets say, US and show a breakdown of "models" in that country?
hm... hope i didnt confuse you.
Thanks! -TThis message has been edited. Last edited by: MadamZuZu,
~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~||~~~ PROD: WebFOCUS 7.1.3 on Win 2K/IIS 6/ISAPI Mode/Self-Serve Apps Only (No App Server) TEST: WebFOCUS 7.1.3 on Win 2K/IIS 6/Weblogic 8.1/Servlet Mode
there is a very good pdf manual that goes very detailed into all kind of settings
wf713graph.pdf
you can find it on the tech support site and have to download it.
there are all kind of settings apart from the available settings from the GUI. I hope what you want is there. I can not look now myself, but tomorrow I will give it a try.
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006
Here is a simple example of Pie-Bar chart using CAR file: GRAPH FILE CAR SUM RC DC ACROSS COUNTRY ON GRAPH SET LOOKGRAPH PIEBAR ON GRAPH SET GRAPHSTYLE * setPieDepth(99); setPieTilt(57); setPieBarSeries(0); setPlace(true); END
You can use setPieBarSeries(n); function to assign the Bar to a particular slice on a pie, where n represents a series # for which the Bar will will be displayed.
Also, we have a ring Pie-Bar chart that has a lookgraph name PIERBAR. This chart type will create a Pie-Bar chart with a ring inside to include the total sum of all values.