I'm developing a tool that generates graphs constantly and uploads it to a web page. What I'm trying to do now is to keep autoloading the graphs after the user selects the graph option. The page is all static with a dynamic div that does all the work. When you choose one option, an Ajax call loads the referenced graph and the only change is on that div.
Something like, if you choose PING, the graph that appear to you is only the PING graph and I want to keep autoloading it in the div.
What suggestions can you give me?
If you have any doubts about how the page is structured, I'll be pleasured to answer.