Is is possible to combine both the bar and line chart into a single chart?
(where the line chart is over the bar chart)
I’m using Primefaces 3.2, JDK 1.6 and Tomcat 6
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.
I dont think its possible with primefaces : Combining Bar and Line chart in Primefaces
B.T.W keep an eye on plotfaces its not out yet (I don’t know if it will ever be…) but it seems that this is the exact addition library you were looking for… (in combination with primefaces)
Note this :
You can always do it yourself , take a look at this answer , its a general approach of working with external charting library General Approach of working with charts in JSF , but it requires some jquery / json skills