• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to make charts(Pie Chart) in JSP

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hii ,
i m trying to make pie-chart in JSP ,but i m not getting aything.
i tried CEWOLF as it follows MVC model , but its not running .

Any help or guideline will help !!!

thanx !!
 
Author
Posts: 399
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by richa patel:
hii ,
i m trying to make pie-chart in JSP ,but i m not getting aything.
i tried CEWOLF as it follows MVC model , but its not running .

Any help or guideline will help !!!

thanx !!



Hi Richa
Have you tried JFreeChart. That might help you out.
HTH
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I worked on a project that used a piece of software called popchart server. Yours HTML has a reference to the server with parameters that tell it what kind of jpeg to create that contains the pie chart you want. Its a while since I used it, so I dont know the web address, but I'm sure its easy find. They also used to have a free trial so you can see if it suits you.
 
Ranch Hand
Posts: 136
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've recently used JFreeChart on a project. If you know Java, JFreeChart will come easily, and the APIs / documentation is great, plus, you can Google it and find simple examples of creating basic charts. We're using a servlet to dynamically chart employee evaluations, and all the horsepower driving the charts comes from JFreeChart. Give it a look!
WS
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic