HTX9 Report post Posted December 14, 2012 (edited) I'm using an angular gauge in an MVC 4 application and trying to update the value every 90 seconds. The gauge renders fine when the page loads. I added the "dataStreamURL" attribute to the chart XML, and it is hit every 90 seconds. However, for some reason the value that I'm returning is not being read by FusionCharts (even though I get a HTTP 200 response). I'm returning &value=34 as "text/plain" content type. Is this the correct content type or should I be using something else? FYI when I hit the URL that returns the data in my browser window, the data is formatted properly. Any ideas on what I'm missing? Edited December 14, 2012 by HTX9 Share this post Link to post Share on other sites
Sanjukta Report post Posted December 15, 2012 Hi, I'm using an angular gauge in an MVC 4 application and trying to update the value every 90 seconds. The gauge renders fine when the page loads. I added the "dataStreamURL" attribute to the chart XML, and it is hit every 90 seconds. However, for some reason the value that I'm returning is not being read by FusionCharts (even though I get a HTTP 200 response). I'm returning &value=34 as "text/plain" content type. Is this the correct content type or should I be using something else? FYI when I hit the URL that returns the data in my browser window, the data is formatted properly. Any ideas on what I'm missing? Could you please send us the relevant XML file so that we might test it at our end? Awaiting your reply. Share this post Link to post Share on other sites