drfusion

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by drfusion

  1. Resize like a swfobject

    Isn't the javascript library for adding the FusionChart based on SWFObject? I've seen comments that this is using it, just that's its modified. If its not hidden somewhere in the library, take a look at SWFObject for the resize code, and dump(edit) it into your FusionCharts js * Morphed from SWFObject (http://blog.deconcept.com/swfobject/) under MIT License: * http://www.opensource.org/licenses/mit-license.php
  2. 1. Stop the graph from flickering when using setDataURL after its already loaded (to "refresh contents"). 2. Chance to set the graph to pick up data again from its data url. I know this can be done with the functions+setinternal, but why not let the graph handle it, easier. 3. Following from above, animation between the two data sets. So if its a bar graph/pie, the bars grows/shrinks etc. I'm a bit confused at what "AJAX Support" is supposed to mean in the differences between v2 and v3. Since the graph object is manipulated with javascript for both, doesn't that just make AJAX possible on both? setDataURL is new in v3, but since the chart is handling it, that isn't AJAX right?