primefaces and jqplot plugin

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-24 11:11:14

问题


What is the different (if there is) between primefaces chart and http://www.jqplot.com/index.php ?

Its look like the examples in the jqlot website has much more functionality options

Thanks


回答1:


As already pointed out PrimeFaces uses jqPlot to render the charts. Regarding the functionality options I can't fully agree. You can always use the extender option of PrimeFaces charts. By writing an extender function you gain access to the jqPlot configuration object before the actual rendering happens.

Examples:

  • Example using PF 3.4 chart extender function?

  • Displaying decimal places on primefaces pie chart.



来源:https://stackoverflow.com/questions/13096427/primefaces-and-jqplot-plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!