This topic is locked

change order in chart plot

6/12/2010 9:30:30 AM
PHPRunner General questions
G
glazer author

I have a bar chart with the y axis a number of event and the x-axis a list of people's names. I would like to add a button to the chart page so that when it is pressed it reorders the plot so that bars are plotted from left to right in descending height wwith the appropriate peoples names. How do I get the button to update the chart and replot it?

A
ann 6/16/2010

Mike,
you can create two charts - one ordinary and one with reordered bars. Then create onclick event of the button to reload the page.

G
glazer author 6/17/2010



Mike,
you can create two charts - one ordinary and one with reordered bars. Then create onclick event of the button to reload the page.


Ann

Of course! Why didnt I think of that?

regards

Mike