he1475

Members
  • Content count

    5
  • Joined

  • Last visited

About he1475

  • Rank
    Forum Newbie
  1. Hi, I'm using Angular Gauge with Real-time update. Can I pass some user-data to response of dataStream? Ex: &value=1&mydata=abc I want to handle this data (abc) in RealtimeUpdateComplete event. Thanks.
  2. Hi, I'm sorry for late reply. When the internet connection is lost, this gauge is not updated with new data, but the 'RealtimeUpdateComplete' event is triggered. You can test even with this demo data (http://www.fusioncharts.com/demos/gallery/chart_barebone.asp?angular_14) Just run this command: FusionCharts.items["sampleChart"].addEventListener("RealtimeUpdateComplete", function(){console.log('a')})
  3. Hi, I'm using event 'RealtimeUpdateComplete' in Angular Gauss. If the internet connection is lost, this event is still triggered. How to set it not be triggered if the internet connection is lost? Thank you.
  4. How to change 'colorrange'?

    Thanks for your help. It may be a temporary solution.
  5. Hello, I'd like to ask how to change 'colorrange' without re-render chart.(Angular) If I use setJSONData, the chart will be re-rendered, the dial will become '0' Thanks.