john
john

Reputation: 97

how to create graphs in jsf?

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.

Upvotes: 1

Views: 1156

Answers (1)

BalusC
BalusC

Reputation: 1109735

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

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

Upvotes: 1

Related Questions