I need to create a screen (web application) that will be arranged around 30 small graphs, each with two series of data; These graphs need to be dynamically updated once every minute with data coming from the database.
What would be the best approach to create something like this?
What is the best way to "draw" these graphics on the page given that I know Javascript, servlet, java and html?