Drawing Graphs (charts) in JSF

draw, graph, java, jsf

Solution

Hey I found an answer to my question after scouring the net. Apache myFaces has a tr:chart component that solves my problem :)

Problem

How can I draw dynamic graphs in web pages in JSF ? People have suggested Google Chart Api I want something that can work offline

Original source