I have a mathematical problem and several algorithms that solve it. When an algorithm solves the problem, a json, which represents a plot’s points, is formed. I need to show all the plots on one picture. The algorithms are processed sequentially, so I need to add a new plot to the picture as soon as the algorithm finishes processing. I’ve read about line plots in extjs, but I can’t image how to send data (plot) sequentially.
My environment is: client side: extjs; server side: java, spring, tiles
For those, who are interested in this theme, there are some usefull links:
Hope, this helped somebody =)