Hello,
I am trying to get a series of dashboards to show full screen for display purposes. These are being displayed via a URL in a browser. For example:
http://<<servername>>/jasperserver-pro/flow.html?dashboardResource=/webapp/webappdashboard&_flowId=dashboardRuntimeFlow&decorate=no
The problem with the above is that while the "decoration" has been removed, the space is still there
I did some research and found a reference about using "&theme=embed&viewAsDashboardFrame=true" or just "&viewAsDashboardFrame=true" instead of the "&decorate=no" option. However, if I use that approach, it jams the entire dashboard into the top section:
Has anyone dealt with this? How do I actually remove that section along with the controls in it?
2 Answers:
You can find information about visualize.js there :
http://community.jaspersoft.com/documentation/tibco-jasperreports-server-visualizejs-guide/v62/api-reference-visualizejs
I am using the Pro version...I have not seen anything about visual.js...is there some documentation around that?
Or do you have an example of a URL that would leverage that?
Thank you
Wow...wasn't really planning on building an entire app around just displaying a dashboard...is there really no other way to simply remove the two areas at the top for display purposes???
also...forgot to mention that I am stuck using v5.2
Not sure if visualize.js is even present in this version...