Sign in to follow this  
udhayasankar

jASPER REPORT PROFESSIONAL

Recommended Posts

i am using angular gauge in jasper report i am not able to chage the pointer value for angular gauge

it set the value at the inital stage itself

can any body help how to change the angular gauge value dynamically

Share this post


Link to post
Share on other sites
Guest Rajroop

Hey Udhay,

 

 

 

Could you kindly share the specifications of the code you are using here?

 

 

 

We'll be more than glad to be able to help out in this regard. :D

Share this post


Link to post
Share on other sites

i saw  angular gauge in jasper report  they are using fusioncharts for the angular gauge component 

i used fusion charts in flex based applications depend up on the value from the jsp page the angular gauge pointer move here and there

but my doubt is weather the animaion option suport in jasper report r not .

please help me

Share this post


Link to post
Share on other sites

thanks Sanjukta

 

I a got this output for angular gauge  in flex or flash

but in jasper report i am not able to get the output 

i did not know weather this animation support in jasper report

Share this post


Link to post
Share on other sites

Hi,

 

 

 

I am afraid, we have not yet implemented FusionCharts in Jasper reports.

 

 

 

I am not much aware of the architecture too.

 

 

 

Could you please let me know whether you can call JavaScript functions in your framework.

 

 

 

If so you can set values to the chart using chartDomId.setData(dialIndex, value) or setDataForId(dialId, value) JavaScript API.

 

 

 

e.g. if your DOMId is "myGauge" , if you have rendered the chart setting registerWithJS on and if you are using FusionCharts.js : you can use

 

 

 

getChartFromId("myGauge").setData(...) or document.getElementById("myGauge").setData(...)

 

 

 

 

 

Can you send me the snippet of HTML code that you are using so that we can modify if for you.

Share this post


Link to post
Share on other sites

Please refer the jasper report professional version  they are integrating fusion charts in it

i am not able to call the java script from the jasper report because the html page generated in jasper report is dynamically

Thanks for urs reply please help 

Share this post


Link to post
Share on other sites

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
Sign in to follow this