|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/1/2008 5:19:02 PM
Posts: 1,
Visits: 5
|
|
Here is what I am looking to do:
I want to have a series of gauges, let's say five, and when I change the gauges they change the forecasted values in a line chart. This is very similar to the drag-able line charts except I want the user to change the gauge instead of directly manipulating the chart.
Does anyone have any ideas?
Jeff
We are specifically interested in the interactive uses of this product. While going through one of the interactive charts, we noticed that the data arrays are hard coded. If we want the arrays to refer to xml data, how do we need to modify the code appropriately.
For example, this is the current code.
data[1] = new Array("Product B",546300,436500,546500,332500);
Want the array not to be hard coded but refer to an xml document.
Thank You
|
|
|
|