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.
When I render my BIP I see the X and Y axis title of my JSCHART AOK.
I click another BIP page, and then click back to the BIP page containing the JSCHART.
Now that I've clicked back I see...the X axis title display 'truncated' to ['First 5 Characters of Title' + '...'] and the Y axis title disappears all together.
Nothing else on the chart changes.
Not sure why clicking to one page, and then back, causes the appearance change.
I have verified that no server calls are made when I click back to the page with the JSCHART.
For some reason, it seems like the code [BIP/JSCHART] running in the browser, thinks it needs to deal [rudely] with the x/y titles.
Notes: * The BIP page is set to 'fluid canvas'. * The JSCHART calls IB's ENWarm.sty StyleSheet file. * All during development in WFDS and rendering from WFDS, the titles never changed appearance/disappeared. * Clicking the panel refresh option, restores the x and y titles, as the JSCHART is called from the server and then rendered.
GRAPH FILE GGSALES
SUM
BUDDOLLARS AS 'Subordinated Debt'
DOLLARS AS 'Sub Debt Qualifying as Equity Capital'
-*
BY ST
-*
ON GRAPH PCHOLD FORMAT JSCHART
ON GRAPH SET VZERO OFF
ON GRAPH SET HTMLENCODE ON
ON GRAPH SET GRAPHDEFAULT OFF
ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 0
ON GRAPH SET GRXAXIS 1
ON GRAPH SET LOOKGRAPH VLINE
ON GRAPH SET AUTOFIT ON
ON GRAPH SET STYLE *
-*
*GRAPH_JS
xaxisOrdinal: {title: {visible: true, text: 'Statement Date'}},
yaxis: {title: {visible: true, text: 'Amount'}}
*END
-*
*GRAPH_JS
htmlToolTip: {enabled: true, snap: false, sticky: false
}
*END
-*
ENDSTYLE
END
When I EXecute this in WFDS 8105M, I see the yaxis title AOK.
When I resize the window/browser smaller, and then resize the window/browser bigger, the yaxis title is MIA.
Could someone assist with preserving the yaxis title, even after resizing?This message has been edited. Last edited by: David Briars,
Pilot: WebFOCUS 8.2.06 Test: WebFOCUS 8.1.05M Prod: WebFOCUS 8.1.05M Server: Windows Server 2016/Tomcat Standalone Workstation: Windows 10/IE11+Edge Database: Oracle 12c, Netezza, & MS SQL Server 2019 Output: AHTML/XLSX/HTML/PDF/JSCHART Tools: WFDS, Repository Content, BI Portal Designer & ReportCaster