Jump to content
Changes to the Jaspersoft community edition download ×

get interactive HTML5 chart from rest v2 api reports


vbence

Recommended Posts

Hy!

It is possible to get  interactive HTML5 chart through rest v2 api reports from browser?

Are there any solution for this?

I realized, if i setting the isInteractive parameter to false, i got link to the chart picture.

I cant found any document for this.

Thanks, Bence

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

meanwhile i found it is not possible. I found a solution for this: visualize js, but it's not work for fiddler.

this is my html:

 

and this is the js:

visualize({

server: "https://serverAddress/",

auth: {

name : "jasperadmin",

password: "mypassword",

organization:"organization_1"

}

}).done(function(v){

var report = v.report({

resource: "/KSZF/NYITOTT_KOTESALLOMANY/NyitottKotesallomany", (I watched this for web ui report mouse right click properties, so the kszf is in the root (http://snag.gy/BHQG1.jpg))

container:"#container"

});

}).fail(function(err){

alert(err.message);

});

 

My report run well in web ui, and i see visualize.js get worked in the browser(chrome), but I have different errors:

 

Uncaught TypeError: Cannot read property 'done' of undefined fiddle.jshell.net/:29

Failed to load resource: the server responded with a status of 500 (Internal Server Error)

https://serverAddress/xdm.html?logEnabled=true&logLevel=error&xdm_e=http%3A%2F%2Ffiddle.jshell.net&xdm_c=default925&xdm_p=1

 

This is the network answers for the request:

http://snag.gy/Xwkvs.jpg

 

I try many things, different settings, but cant work.

 

any idea?

thanks

Link to comment
Share on other sites

  • 1 year later...

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...