I need to make a graph which has the functionalities as the graph in
http://www.google.com/finance?q=INDEXDJX:.DJI,INDEXSP:.INX,INDEXNASDAQ:.IXIC
I need to make a graph which has zoom and pan options. But UNLIKE google maps, i want to load the data at runtime. For eg when I pan right, then only I want to load the data. I do not want to load all data before hand and then send it to the graph. I want to load data piece by piece, something like how google maps are loaded.
I do not want to use flash or JQUERY. DOJO is acceptable!
Thanks!