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.
We have a multigraph (needed for bursting) with bubbles. On the Y-axis they represent percentages (sales YtD this year compared to Sales YtD last year) and not to make the Y-axis too large we have limited the values to +25% and -25%. Normally the bubbles are large dots (MarkerShape 2), but for the values higher than +25% we have changed the MarkerShape to an arrow-up (MarkerShape 6) and values lower than -25% an arrow-down (MarkerShape 5), so it is somewhat visible in the graph that the actual percentages are higher/lower.
The method we use is setMarkerShape(getAllSeries(),2) for the default, and setMarkerShape(getSeries(xx), 5 or 6) for the adjustments.
This works fine if we have only 1 graph. But when we introduced the multigraph for bursting into multiple graphs (needs to be bursted by ReportCaster) we noted this does not work anymore. With getSeries() we can only identify the bubbles on the first graph, and adjusting the shape on the first graph means it is altered for all graphs whereas the percentages (Y-axis value) on the other graphs are different.
Does someone know how we can identify the bubbles on a specific graph in a multigraph? Or maybe have an alternative way of solving this?
regards, Martin.This message has been edited. Last edited by: <Kathryn Henning>,
WebFocus 8206M, iWay DataMigrator, Windows, DB2 Windows V10.5, MS SQL Server, Azure SQL, Hyperstage, ReportCaster