Focal Point
[CLOSED] AHTML graph settings

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9277058226

August 03, 2012, 08:55 AM
Peter
[CLOSED] AHTML graph settings
Hi everyone,

I'm finally getting the hang of WF and am starting to get some kick-*** reports.
Alas - there are still some things I can't seem to resolve.

While offering some charts in a report as AHTML graphs, there are two things I can't seem to influence:
- hiding the legend (mouseover will do nicely)
- resizing the barchart within the graph (to prevent scrollbars)

Note: I understand how both can be accomplished in HTML, but I can't find how to do so in AHTML (or FLEX).

report preview

This message has been edited. Last edited by: Peter,


Prod: WebFOCUS 8.0.06 on Win2008/Tomcat7/LDAP Mode
Test: WebFOCUS 8.0.06 on Win2008/Tomcat7/LDAP Mode
August 03, 2012, 09:34 AM
Mighty Max
Take a look at the "Active Technologies User's Guide" documentation. Page 299 discusses the legend. I did not see anything about adjusting the size of the bars. I think your best bet would be to open a case.

http://documentation.informati...ilders.com/wf77x.asp


WebFOCUS 8.1.05M Unix Self-Service/MRE/Report Caster - Outputs Excel, PDF, HTML, Flat Files
August 06, 2012, 05:29 AM
Peter
case opened - I will update the thread accordingly


Prod: WebFOCUS 8.0.06 on Win2008/Tomcat7/LDAP Mode
Test: WebFOCUS 8.0.06 on Win2008/Tomcat7/LDAP Mode
August 09, 2012, 04:58 AM
Peter
An IB-consultant was here for some project-related work and gave me the following information:
- The sizing of the graph is automatic, but was not happening in my html-page because of an include:
as the AHTML specification was located in the included fex, DevStudio did not recognize the report was an active
report.
The solution consisted of either replacing the include with the actual code either setting 'activereport' to 1 for the report.
- The legend of the graph can be set according to fusionchart documentation via , but is not accessible via DevStudio.
Rendering this available to WebFocus is already an active Feature Request.
A *dirty* workaround for the graph legend would be to make the report bigger then its container so the legend will be shown, but not in a visible part of the page (restrictions apply)

Regards,
Peter


Prod: WebFOCUS 8.0.06 on Win2008/Tomcat7/LDAP Mode
Test: WebFOCUS 8.0.06 on Win2008/Tomcat7/LDAP Mode