udhayasankar Report post Posted July 19, 2010 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 Report post Posted July 20, 2010 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. Share this post Link to post Share on other sites
udhayasankar Report post Posted July 23, 2010 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
Sanjukta Report post Posted July 26, 2010 Hi, Could you please refer to the following link for further details on the Real-Time capabilities of the Angular Gauge? Ref.- http://www.fusioncharts.com/widgets/docs/Contents/Ang_RealTime.html Hope this helps. Please feel free to revert in case you have any further queries on the same. Share this post Link to post Share on other sites
udhayasankar Report post Posted July 27, 2010 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
FusionCharts Support Report post Posted July 27, 2010 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
udhayasankar Report post Posted July 27, 2010 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