• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

PieCharts and Graphs, urgent...

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
Have a web-appln which has pie-charts and graphs being used extensively.
They have to be generated dynamically, say i have a select list, with respect to what is selected in the list i need to generate a pie chart, graph dynamically...
Any pointers about which software to use,that is faster or can produce charts dynamically?

Thanks,
Sangeetha
 
Ranch Hand
Posts: 1491
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use open source charting - JFreeChart foo creating the charts.
Try open source reporting tool iReport for creating the Pie-chart. iReport inturn uses JFreeChart.
 
Bartender
Posts: 1159
20
Mac OS X IntelliJ IDE Oracle Spring VI Editor Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JavaWorld - Chart a new course with JFreeChart

Maybe a bit old [bits of the API may have changed slightly], but still worth a look.
 
reply
    Bookmark Topic Watch Topic
  • New Topic