问题
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