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 created a nice bar graph. I compares a two fiscal years of actual units by month. Each fiscal year has its own color. On the graph I needed to add FiscalMonthNumber(01-12), MonthDesc(Jul, Aug, Sep...) and FiscalYear. I hid FiscalMonthNumber and FiscalYear. I am left with two bars per month (one color for each of the two Fiscal Years) ordered by: Jul, Aug, Sep....etc.
All the bars are equi-distant from each other. Between each **month** I'd like to add some spacing so everything is not run together.
I found a Bar Spacing option...altering it does nothing. (unless you must switch on/off some other feature first)
I tried adding this to my code: setRiserBarGroupSpacing(100);
Nothing.
Any ideas how I can tell it to spread each subsequent set of bars a little further out as the month changes.This message has been edited. Last edited by: <Kathryn Henning>,
setRiserWidth(); and setRiserBarGroupSpacing(); work together. However, setRiserBarGroupSpacing(); only affects bars that are within one group. Would you please post an image of your current bar graph (and obfuscate any sensitive data if necessary) so that we can get an idea of what you're seeing?