• 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

The chart problem

 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HAi all,
I am working on a project which needs chart to be displayed.
I am creating the charts thro microsoft product.
I am using a JSP pages for webdesigning. How do I use these chart objects created in my jsp page.

If i do all my database query operation in JSP page How do I send this data to the chart object.


Help please.

regards,
sivaraman.
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which Microsoft product - Excel?
Lisa M.
 
Sivaraman Lakshmanan
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yes, This is with Microsoft Excel charts only. These charts are to be made dynamically ie I give all datas at runtime. How do i invoke this chart object from my JSP page and display the charts
regards,
sivaraman.
 
Lisa D'Aniello
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I would create a mock chart in Excel and save it as an xml file. This will allow you to view the parameters that you will need to provide in order to create the chart in xml.
I have never tried the chart idea, but this is where I would start.
Lisa M.
reply
    Bookmark Topic Watch Topic
  • New Topic