tags:

views:

28

answers:

1

hello ! Can anyone give details about creating graphs like bars and lines in jsf ? which one is best ? I want graphs by taking data from database dynamically and should work offline.I want each and every step of installation and execution.please reply.

+1  A: 

Have a look for component libraries which offers graph (chart) components.

For example PrimeFaces (demo) and OpenFaces (demo).

BalusC