Hi am trying to execute jasper report using rest service by java client. However am getting the report but its missing the images and charts.
The image src is coming as some attachment, when am trying to open that src link its shows no respurce found. And in the case of Charts i found that the js file is missing, So i added baseUrl as parameter, now the js is loading and the scripts drawing the chart but its not getting displayed. Please help me
Given below is the script to show the chart. But its not showing
GIven below is the image src which comes as an attachment.
Please help me how to resolve this issue using java.
Thanks in Advance
Thank you very much that workde fine for loading images.. but still the chart is not showing.. Below given is my code