Sign in to follow this  
nisyung_lucu

No Data Received : The Chart Couldn't Find Any Data Values In The Real-Time Feed

Recommended Posts

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

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

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

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