nisyung_lucu Report post Posted July 12, 2012 Hi, I have implemented Libero in my mvc project. So far, I have successfully made charts for real time charts. The charts appeared when i running the project, but the problem came when i want to use Refresh Interval and DataStreamURL. It was refreshing, but when it called DataStreamURL, it didn't return any values. Please help me, Thanks Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 12, 2012 Hi, The Libero integration for FusionCharts uses FusionCharts Free version. And the real-time charts are not supported in FusionCharts Free version. Please refer the following, URL for more information: http://www.fusioncharts.com/goodies/fusioncharts-free/compare/ Hope this helps. Share this post Link to post Share on other sites
nisyung_lucu Report post Posted July 12, 2012 Praweda.Interface.Web.Dashboard.MVC.zip Hi Sumedh, thanks for your reply. Actually I know that libero only support for some charts. But I'm trying to implement my mvc project with other charts. I have followed the concept of Libero to make those charts and so far it works... For example, in the website of Libero, it does not support for HLinearGauge. I've been successful to make that chart appeared and its pointer showed present time. But now I want to make the chart shows real time using RefreshInterval and datastreamURL. When I Debugged the code, the xml is right. It got the real time value, But in the browser it didn't refresh. That's what make me confused Here I attached my project to be looked for you Thanks a lot Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 16, 2012 Hi, You would have to refresh the chart's canvas with each data update. The chart's canvas has a dataplot object. This gets updated with each new request from the server. So the chart canvas will have to be updated / refreshed. Please refer the following URL for more information: http://docs.fusioncharts.com/widgets/archive/3.1.1/?Contents/Linear_RealTime.html Share this post Link to post Share on other sites