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 hope I can explain my problem, because my english is not the best.
I tried to build a dual axis graph with stacked bars an one Line. All the bars "use" the first axis and only the line the second axis. The problem is, that the bars are very thin and there ist much space between the bars, because normally there is a second bar beside the first bar for the second axis. I try to show you an example - I would like to have the following graph with a line for the secon axis: http://www2.zero-hour.de/maxx01.png But if I change the template it looks like this: http://www2.zero-hour.de/maxx03.png
The effect that you are seeing in because you have to use the dual axis stacked graphtype. Each data "cell" is divided into two with the left half for the left axis and right half for the right axis - look at the highest values on your second graph and you will see the bar pertains to the left and the line pertains to the right - it is a method of determining to which axis the data line / bar belongs.
I remember trying to adjust this graphtype before - and suceeding - but unfortunately I cannot locate the code in my library of "useful code".
If you haven't got a copy already then I would recommend getting the graphing manual from the IB site (or use the search tech doc link above), alternatively go to the ThreeD website for an online version here.
Finally, please update your signature so that we know what platform and release you are using (check this topic)
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
If you have an InfoResponse ID, log on to the Tech Support Web site and then access i-Base. By logging in first, you can download the PDF file and/or view the HTMLHelp version.
yes I tried to find a solution in this document. I changed some attributes of my graph and sometimes nothing happened. Is it possible, that some of the attributes does not work with an older version of WF?
I think the solution that I had reverted the graph type to a single axis but displayed the single axis on both sides of the graph. Now that is OK when the two data sets share the same ranges, but not when one is a value and the other a percentage.
You could try setRiserBarGroupSpacing and setRiserWidth, but I am not sure that it will help you.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004