wjgilmore

Members
  • Content count

    2
  • Joined

  • Last visited

About wjgilmore

  • Rank
    Forum Newbie
  1. Dynamically Adding Multiple Axes Via Ajax

    Hi, Thank you for your response. I'm however afraid I wasn't particularly clear in regards to my phrasing of the question. I am specifically interested to know whether PowerCharts is able to add a new yAxis / xAxis, complete with title and proper series range, to an *existing* chart, were I to perform an Ajax request and retrieve some series of data by way of a checkbox/button/whatever. That is to say, is PowerCharts' JS library capable of properly adjusting an *existing* chart to integrate a newly retrieved series and associated axis? Thank you Jason
  2. Hi, We're evaluating various charting solutions for an upcoming project, PowerCharts XT included. One of our critical requirements is the ability to dynamically add series *and companion axes* to an existing chart via Ajax. I've confirmed that PowerCharts supports a) multi-series charts, as evidenced here. I have also confirmed PowerCharts' ability to add data to a chart via JSON and Ajax as documented here. But it is not clear whether PowerCharts is able to dynamically add a companion axis *complete with a title and range* when retrieving series via Ajax. Many other charting solutions are unable to do this. To be perfectly clear in regards to what I am asking, take a look at the PowerCharts demo presented here http://www.fusioncharts.com/demos/gallery/multi-axis-line-chart/chart.asp?id=multi_2. I want to do this, however when the page loads the chart will be empty. The user will then choose from a series of checkboxes which in the case of this example would include CPU Usage, PF Usage, and Processes. When the user selects one of those checkboxes, an Ajax request will be made to the server to retrieve the data. The series will then be added along with the companion axis (with title *and* data range). Can somebody confirm whether this feature is supported? Thanks! Jason