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     Graph Panels - Relating Graphs

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Graph Panels - Relating Graphs
 Login/Join
 
Member
posted
Hello.
I'm creating a report with multiple graphs on one page, both graphing the same thing but one may be males and the other females, for example. My issue is that the bars may be representing the same percentages but are different lengths in each graph. So 48% is not represented as the same length on each graph. Visually this is going to cause a problem for the audience of the report. Is there a way to relate/panel the graphs to solve for this problem.

We are using WF 773.

I have a couple samples I can include if necessary.



jbank@ameritas.com
 
Posts: 21 | Registered: April 20, 2004Report This Post
Virtuoso
posted Hide Post
To have them the same length you need to have to same starting point, the same max and the same scale.
So having something like this added to your graph (especially for percentage)
setScaleMaxAuto(getY1Axis(),false);
setScaleMax(getY1Axis(),100.0);
setGridStepAuto(getY1MajorGrid(),false);
setGridStep(getY1MajorGrid(),20.0);


will create a graph from 0% up to 100% steps by 20.

This functionality can be added using the GUI.


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report 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     Graph Panels - Relating Graphs

Copyright © 1996-2020 Information Builders