Jump to content
We've recently updated our Privacy Statement, available here ×

raj_d

Members
  • Posts

    2
  • Joined

  • Last visited

raj_d's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Here's the HTML file am testing on a separate tomcat server - <html> <head> <meta charset="utf-8"> <title>Exp 02 - Embed Visualize.js</title> <script type="text/javascript" src="http://<ip-address>:8080/jasperserver-pro/client/visualize.js?"></script> <Script type="text/javascript"> visualize({ auth: { name:"joeuser", password:"joeuser", organization:"organization_1" } }, function(v){ var report=v.report({ resource : "/public/Samples/Reports/cti02link", container:"#container", error: function(err) { alert(err.message); } }); }); </script> </head> <body> <div id="container"> </div> </body></html>[/code] Here's the error am seeing: ReferenceError: highchartsOptions is not defined - Without the hyperlinks configured on this chart in Jaspersoft Studio, the same report runs just fine. Here's a screenshot of the hyperlink configuration in Jasperspft Studio - Your hyelp in resolving this issue is highly appreciated! Thanks!
×
×
  • Create New...