HTX9

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by HTX9

  1. 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?