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.
Building a line graph, with AHTML Graph (using Default Chart Engine = Dynamic). How do I make the graph larger? I have searched the Active Technologies User's Guide for 7.7.03 without luck.
Basically, I have 8 years of data, a value for each quarter. Maybe you have another idea to show this on the screen?
Highlights: Using AHTML, Graphing, Dynamic...how to size the output graph?
Thank you for your time.
Nick
Version, 7.7.03This message has been edited. Last edited by: Kerry,
GRAPH FILE MYFILE SUM &sum1 &sum2 BY LOWESTDATEDISPLAY AS 'Year - Quarter' WHERE COL2 EQ &theYear WHERE COL1 EQ &theCompany ON GRAPH SET LOOKGRAPH LINE ON GRAPH PCHOLD FORMAT AHTML ON GRAPH SET STYLE * TYPE=REPORT, OBJECT=LEGEND, LEGEND-VIEW=FLAT, ARGRAPHENGINE=FUSION, REPORT-VIEW=CHART, CHART-TYPE=LINE, ARREPORTSIZE=DIMENSION, $ ENDSTYLE END
So, how can I manipulate this to be LARGER?
These settings don't work when using AHTML: ON GRAPH SET VAXIS 810 ON GRAPH SET HAXIS 1848
Very simple fix from IBI support...when in the HTML Composer, it was required to use the Insert New Report or Insert New Graph INSTEAD of using the Insert New iFrame.
When using the Insert new iFrame, the properties of that object is missing the attribute called Active report type.