Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drawing Graphs (charts) in JSF

Tags:

java

graph

jsf

draw

How can I draw dynamic graphs in web pages in JSF ? People have suggested Google Chart Api

I want something that can work offline

like image 483
Anand Sunderraman Avatar asked Dec 30 '22 06:12

Anand Sunderraman


2 Answers

PrimeFaces have wonderful graph components. You can give them a try.

Exadel Fiji also has nice graph components.

MyFaces Trinidad is also an option (as indicated by the OP)

like image 183
Bozho Avatar answered Jan 12 '23 02:01

Bozho


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

like image 45
Anand Sunderraman Avatar answered Jan 12 '23 01:01

Anand Sunderraman