Matt Kohanek wrote:
I'm needing to generate a line chart over time using a collection of data points.
...
Does richfaces have a tag that i should look into for something like this? Or any other tips would be appreciated.
JSFlot is a JSF Chart library that is compatible with RichFaces. It can draw in-browser interactive charts using JavaScript. Most modern browsers are supported. JSFlot also has AJAX Functionality embedded so that the chart can be updated via drag-and-drop (Drag the chart to the right or left to move the timeline (X-Axis)).
JSFlot is Open Source and released via Google Code.
JSFlot Google Code Site under the MIT license.
There is also a Live Demonstration of JSFlot here:
JSFlot Live Demo
Some example charts generated with JSFlot: