I currently have a program that slowly builds a real time graph based on when the user connects to the page. It populates the page with the first set of data it gets leading to the first few minutes of the graph being essentially useless. The site currently lives at http://mcdonaghcorp.com:8083/ for reference as to what I’m talking about. Is there a way to have the graph start from the left, move right, then shrink once it takes up all of the space?
Thanks