pelkey

Members
  • Content count

    2
  • Joined

  • Last visited

About pelkey

  • Rank
    Forum Newbie
  1. Can I update single attributes in XML data?

    Yes - ideally this would be doable for any chart that supports the refreshInterval attribute - inlcuding the datastreaming ones.
  2. Here's what I would like to do: - create a chart by specifying a dataURL attribute - this dataURL returns an xml file from my server - the chart draws... - Now - on the client-side, provide an input/dropdown to allow the user to change the refreshInterval on the fly. - Once the user selects a new interval is there a way that I can reset JUST the refreshInterval attribute in the XML for the chart on the client without having to roundtrip to my server to get a whole new set of XML data? Jo