Chart component for java server faces
Anyone kn开发者_运维问答ow chart component for java server faces?
Trinidad chart control or JFreeChart
I use JFree chart library.
You can use JSFCharts : https://github.com/yanLanglois/jsfcharts
The demo is here : http://showcase-jsfcharts.rhcloud.com/home.jsf
You can take a look at http://www.highfaces.org which also wraps HighCharts but uses a declarative approach and works with pure JSF Tags and Java Collections at the bean side rather than requiring to create a dedicated model.
精彩评论