I'm trying to plot the system CPU utilization in a JSP page.
I'm using JFreeChart library to do so, I have a problem,
The generation of the graph I've written in a Servlet and that generates an image, so on the JSP page it flickers and reloads the image.
Is there a better way to implement it as I want to see a continuous flowing graph and not an image?
NOTE: I'm using ajax call to the servlet.