P51DAce

Members
  • Content count

    2
  • Joined

  • Last visited

About P51DAce

  • Rank
    Forum Newbie
  1. Jquery/js Animation

    Is there a way to turn off animation from JQuery/JS? I noticed that I can turn it off in my json by adding "animation":"0" to chart. But, I'd like to turn animation from javascript or JQuery off before I do a refresh, so I'm trying something like: function updateChart() { $("#chartContainer").attrFusionCharts({"animation":"0"}); $("#chartContainer").updateFusionCharts({dataSource: 'data.json', dataFormat: "jsonurl"}); } but it still is animating. Any thoughts? Thanks!
  2. Real Time Candle Stick Charts.

    Any update on having real-time candlestick charts or do you always have to send the whole chart via xml or json? I'm interested in getting an initial chart and then only updating specific indexes.