ssawchenko

Members
  • Content count

    4
  • Joined

  • Last visited

About ssawchenko

  • Rank
    Forum Newbie
  1. How To Auto Resize Text

    Did you ever find a solution for this? I am looking for the same functionality (text autoresize). What is weird, is that I have setup my annotation text such that THEY resize... but the text that is automatically generated on the chart (I am using an angular gauge) does not resize.
  2. Animate Data *changes*

    Sorry, I meant animating the update of chart data, which you've said is not currently possible. Do you know if a feature like this is scheduled to be implemented any time soon? Thank you, -Shayla
  3. Animate Data *changes*

    Hello hello, I posted in this old thread (http://forum.fusioncharts.com/topic/7124-animation-from-old-to-new-value/page__p__44033#entry44033), but after looking at the forum layout, my question may be more applicable here. I have a few MSColumn3DLineDY (javascript) charts, and they are working fine. I have them set to animate, which when first rendered looks good, but when I update my data the animation causes the graph to appear to 'redraw'. I am looking for the chart to animate the value *change* (ie. not look like a redraw) - is this possible? // I am using this to update the datasets in my chart. The values are changing fine, but the animation does not work as I had hoped. widget.fusion.setJSONData(widget.ChartData); Thanks in advance! -Shayla