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 am creating an autofit HTML5 Bar Chart using App Studion version 8.0.8.When the chart displays it cuts off the bottom half of the legend. I have to scroll down to see the whole legend. Is there a property to set so that the whole chart and legend fit in the window? Is there a property to make it fit within 90% of the window?This message has been edited. Last edited by: Jay Potter,
WebFocus 8.1.5 iSeries/Windows DB2/SQL/Access Dev Studio App Studio Maintain ReportCaster
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011
This usually happens if you have Heading or footing that is not Embedded. In heading dialog there is an option to the far right where you can embed the heading. This will eliminate the scroll bars.
Originally posted by nick z: This usually happens if you have Heading or footing that is not Embedded. In heading dialog there is an option to the far right where you can embed the heading. This will eliminate the scroll bars.
Hi Nick,
I have same issue just difference is that I'm calling the chart in a jQuery dialogbox and getting scroll bars for chart. I tried your method still no luck. Any suggestions.
Just to make sure you are using Embedded. Check your code to see if you have the "ON GRAPH SET EMBEDHEADING ON" command like I do below.
HEADING "Power Net Orders" "Route Cutoffs" ON GRAPH PCHOLD FORMAT JSCHART ON GRAPH SET VZERO OFF ON GRAPH SET HTMLENCODE ON ON GRAPH SET GRAPHDEFAULT OFF ON GRAPH SET EMBEDHEADING ON
WebFocus 8.1.5 iSeries/Windows DB2/SQL/Access Dev Studio App Studio Maintain ReportCaster
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011
Did you try the HTML page with a frame and then have the frame call the fex. If that works, then it has something to do with the jquery and I have not worked with jquery before.
WebFocus 8.1.5 iSeries/Windows DB2/SQL/Access Dev Studio App Studio Maintain ReportCaster
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011