I need to display charts in a web application developped with spring mvc. What’s the best library to do that?
Prepare data and generate charts with JFreechart in spring controller or use javascript library like jquery plugin flot?
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’m using jQuery charts – the jqPlot plugin for example. I fill the model in the spring controller, and then initialize the chart with it. You’d have to mix javascript and JSTL.