natg504 Report post Posted April 14, 2011 I have a HLinearGauge chart that updates a bubble chart. Right now, when the user clicks & releases the pointer on the gauge, it calls FC_ChartUpdated, and my bubble chart is updated. Is there anyway to update the bubble chart while the user is actually sliding the pointer? So, it would update on drag instead of on release? Share this post Link to post Share on other sites
Sanjukta Report post Posted May 4, 2011 Hi, I am afraid, the chart can only be updated when the user clicks and hence the function is called, a of now. We do not have any hover function, as of now. Hope this helps. Share this post Link to post Share on other sites
Rama Rao Report post Posted February 18, 2012 Hi Mr, Can you please post the piece of code how the FC_ChartUpdated is called when the pointer is dragged. I am try to get the pointer value once the release of pointer,but the js function is not called.I am really fuzzled with the problem.. If you dont mind, can u please tell me the way how to call that JavaScript function on sliding.If you can,please send the solution to mail : [email protected] its urgent.. I have a HLinearGauge chart that updates a bubble chart. Right now, when the user clicks & releases the pointer on the gauge, it calls FC_ChartUpdated, and my bubble chart is updated. Is there anyway to update the bubble chart while the user is actually sliding the pointer? So, it would update on drag instead of on release? Share this post Link to post Share on other sites
Guest Bindhu Report post Posted August 24, 2012 Hi Rama, Like Sanjukta has mentioned, we support only click events and not drag/slide events, as of now. Hope this helps! Share this post Link to post Share on other sites
prashant66 Report post Posted July 14, 2013 Hi Team, Could you please let me know how to get the label value of the Linear Gauge on the FC_ChartUpdated event. Thank You. Regards, Prashant. Share this post Link to post Share on other sites
Haritha Report post Posted July 16, 2013 Hi Prashant, Can you please elaborate what you mean by "label value" ? If you want to retrieve the data for the given pointer index on the chart, then you may use the function "getData". For more information on the function, please refer http://docs.fusioncharts.com/widgets/Contents/Linear/JSAPI.html Hope this helps. Share this post Link to post Share on other sites