Visualize.js access

Hi Folks

I am trying to use the visualize.js library. I am using it in the demo mode basic authentication. the demo works fine. I get the graph.

when I login to my jasperserver locally with the sam user credentials I can also get the graph.

However, when I point the jsfiddle to use my internal server, I get nothing. If I use postman to "post" a request to my local jasperserver for the visualize.js library

that works fine, I get "stuff" returned. I have to believe it is some configuration settings on my local jasperserver !!!! but what and how do I trouble shoot this

ajy help appreciated.

big_2's picture
258
Joined: Nov 22 2016 - 10:07am
Last seen: 4 years 2 months ago

1 Answer:

Visualize.js needs to point to a client, there is no extra configuration there. Underneath it's all just regular REST v2 wrapper calls. Might want to check the developer tools (console and network tab) for more information on what is going on on the client side.

Friendly User's picture
Joined: Oct 8 2009 - 5:59am
Last seen: 1 week 5 days ago
Feedback
randomness