clee33

Members
  • Content count

    4
  • Joined

  • Last visited

Posts posted by clee33


  1. I'm using the MS http Parser to load the fusion generated XML docs. It seems to load without issues but when i call on the values i get object required errors.

    What are you all using to parse the XML files that are used to feed Fusion Charts?


  2. Hi,

    I'm trying to give the user the ability to type in a number and then once they submit, it'll alter the chart based on their input. For example, if the user types in 5 and presses a submit button, the chart would render a line with a slope of 5. On top of that, I'd want the existing other data plots to stay there.

    I have an idea on how I plan to come up with the user-defined XML plot data with setDataXML, but it's taking the already charted data that's giving me issues.

    Thanks,

    clee33