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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
extenderoption 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.