Jump to content
Changes to the Jaspersoft community edition download ×

How to embed a dashbaord with visualize.js?


mc.bechara

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

VIsualize.js for dashboards is only supported in version 6.0.1 of Jaspersoft for AWS to know which version you are runnin click in the "About JasperReports Server" link in the footer (left side) of the JRS UI.

The information on using Visualize.js with dashboards is in the JasperServer Visualize.js Guide. The API  is very similar to the reports one, something like:

var dashboard = v.dashboard({    resource: "/public/test_dashboard",    container: "#container",    success: function() { console.log("dashboard rendered"); },    error: function(e) { alert(e); }});[/code]

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...