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've been playing with Tooltips to see how far I can go with it and I've found some cool tips.. However, on the favorite one, it changes my legends and I'm hoping there is a way to substr my legends like I can with datatext or tooltips..
I know this callback doesn't work, but if there is something like it I'm unable to find it.
Anyone ever have to do something like this?
legend: {
visible:true,
formatCallback: function(d, s)
{
var str = this.getSeries(s).label;
var res = str.split(": ");
return res[2];
}
},
This is why: This message has been edited. Last edited by: GavinL,
- FOCUS Man, just FOCUS! ----------------------------- Product: WebFOCUS Version: 8.1.04 Server: Windows 2008 Server
I'm only wanting to display the Model in the legend, but I need the consolidation of all of it for the tooltip. This is why I'm looking for a way to substring out the series label for the legend alone.
- FOCUS Man, just FOCUS! ----------------------------- Product: WebFOCUS Version: 8.1.04 Server: Windows 2008 Server
Thanks for posting the code. Very creative! I was wondering if the JavaScript portion of JS Charts is documented somewhere - "Creating HTML5 Charts With WebFOCUS Language 8.0.08" (wfjschart.pdf) does not have anything on JavaScript, just the JSON styling. Are you using http://files.threedgraphics.com/tdgchart/index.html ?
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Truthfully, I'm doing a lot of guessing.. I have an extensive JS background going back to the Mid 90's when it was introduced. I'm taking keywords I find for other things within IBI and play with them to until something does something. I've not found any documentation on WebFOCUS properties in JS. I've asked for it from our reps and they said they would look, but still have never found anything.
No, I've not used threedgraphics, but I have done some D3 (http://d3js.org) within and outside of WebFOCUS.
- FOCUS Man, just FOCUS! ----------------------------- Product: WebFOCUS Version: 8.1.04 Server: Windows 2008 Server