syeddiwan Report post Posted May 26, 2011 Hi, we are creating the flex based business intelligent dashboard to our project, here we are using lost of fusion chart it's going fine, But some time we are facing the issue in rendering even though if the dataprovider has vaild value, can u provide the suggesion to avoid this issue... Thanks Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 26, 2011 Hi, Welcome to FusionCharts Forum! First of all, we would like to thank you for showing interest in FusionCharts. Could you please send us a screenshot or any live link to look into the issue? Awaiting for your response. Share this post Link to post Share on other sites
syeddiwan Report post Posted May 26, 2011 (edited) Hi here we attched the screenshot to your reference, Hi, Welcome to FusionCharts Forum! First of all, we would like to thank you for showing interest in FusionCharts. Could you please send us a screenshot or any live link to look into the issue? Awaiting for your response. Edited May 26, 2011 by syeddiwan Share this post Link to post Share on other sites
Sanjukta Report post Posted May 26, 2011 Hi, Could you please send us the code as an attachment so that we might replicate the issue and fix it? Looking forward to your feedback. Share this post Link to post Share on other sites
syeddiwan Report post Posted May 26, 2011 (edited) Hi, Here we have attched the separate widget component , In Our dashboard we are recreating the instance for this componet at lot of moment . for example:- While changing the chart type in pod, and Pod create complete, and Pod dataprovider change... We hope it may useful to trace the issue, Let me know if you need any more deatil Thanks Hi, Could you please send us the code as an attachment so that we might replicate the issue and fix it? Looking forward to your feedback. BarWidget.zip Edited May 26, 2011 by syeddiwan Share this post Link to post Share on other sites
Sanjukta Report post Posted May 26, 2011 Hi, We are looking into the issue. We shall update you as soon we come up with a solution. Thank you for your continued patience and patronage. Share this post Link to post Share on other sites
syeddiwan Report post Posted May 26, 2011 Hi Thanks for good support, We are waiting for your feedback. Hi, We are looking into the issue. We shall update you as soon we come up with a solution. Thank you for your continued patience and patronage. Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 27, 2011 Hi, You are always welcome. Happy FusionCharting! Share this post Link to post Share on other sites
syeddiwan Report post Posted May 30, 2011 (edited) Hi Let me know you can able to re-create the issue in your end or not, And any mistake in our flex component , We tried with the combination of FCRenderEvent and FCNoDataToDisplayEvent, But some time it will work but time is not, Any clue. Thanks Hi, You are always welcome. Happy FusionCharting! Edited May 30, 2011 by syeddiwan Share this post Link to post Share on other sites
Sanjukta Report post Posted May 30, 2011 Hi, Please find the attached fixed MXML file. I think this works. Looking forward to your feedback. BarWidget.zip Share this post Link to post Share on other sites
syeddiwan Report post Posted May 30, 2011 (edited) Hi we have some doubt, in this mxml file chartData, chartParameter and trendLines are bindable variable while creating the instance itself the fusionchart will render, here inside the fusion render handler also we invoke the refresh method, so our fusionchart will render twice per instance, Any way still we are suffering the same issue, We have some another idea. For Example, Let them assume we have valid dataprovider but fusion chart is display 'no data to display message', So when ever 'no data to display message ' label is activate u can easily dispatch the FCNoDataToDisplayEvent, that may help to reslove the issue, Now the FCNoDataToDisplayEvent is dispatched only their is no data in chart dataprovider, We are looking your feedback, Thanks Hi, Please find the attached fixed MXML file. I think this works. Looking forward to your feedback. Edited May 30, 2011 by syeddiwan Share this post Link to post Share on other sites
syeddiwan Report post Posted May 31, 2011 (edited) Hi here we agian attched the screenshot to your reference, thanks Edited May 31, 2011 by syeddiwan Share this post Link to post Share on other sites
Sanjukta Report post Posted May 31, 2011 Hi, I am afraid, but I have not received any screenshots if you have attached any. Could you please resend it to us? Looking forward to your mail. Share this post Link to post Share on other sites
syeddiwan Report post Posted May 31, 2011 Hi Here we have attached the screen shot, Thanks Hi, I am afraid, but I have not received any screenshots if you have attached any. Could you please resend it to us? Looking forward to your mail. Share this post Link to post Share on other sites
syeddiwan Report post Posted June 2, 2011 Hi Let me know, if any thing wrong in our solution, Thanks, Hi Here we have attached the screen shot, Thanks Share this post Link to post Share on other sites
Sanjukta Report post Posted August 1, 2011 Hi, Please note that as far as we have been able to comprehend your issue, we think this issue is related to passing data to a chart on a different component. So here we have built a sample which would pass data to chart at diffrent components and render them. The main thing is whenever data is needed to be shown to the chart, the data is passed through events. Please find the attached example files. Hope this example helps. DynamicDataSolution.zip Share this post Link to post Share on other sites