I have having issues embedding Heatmap(High Charts) chart to by website.
When I try to load the report via URL in the browser using default superuser/superuser account
http://ec2-34-207-164-70.compute-1.amazonaws.com/jasperserver-pro/rest_v2/reports/public/Samples/Reports/01._Geographic_Results_by_Segment_Report.html
I kept getting this javascript error
GET 404 - http://localhost:8080/jasperserver-pro/com/jaspersoft/ji/adhoc/jr/requir...
It appeared the jasper server is missing some JS libraries any tips on how to resolve this issue?
Edit: The AdhocView + the Report are all created with JapserServer on a browser not JasperStudio
3 Answers:
I can confirm that this is not just an issue with the report that i created. Even using the sample report from a fresh install from JasperSite (local,vm)
using this report
http://localhost:8080/jasperserver-pro/rest_v2/reports/public/Samples/Re...
The bundle.js 404 error is present. I think there is a bug in the high-chart integration (could just be the version i am working with. I did find a few hotfixes for version 6.3.0 i can try to apply those hotfixes and see if the problem will go away)
Havent found a good solution for this yet