aspose file tools
The moose likes JSP and the fly likes The chart problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "The chart problem" Watch "The chart problem" New topic
Author

The chart problem

Sivaraman Lakshmanan
Ranch Hand

Joined: Aug 02, 2003
Posts: 231
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.


Regards,
Sivaraman.L
Lisa D'Aniello
Ranch Hand

Joined: Sep 25, 2003
Posts: 42
Which Microsoft product - Excel?
Lisa M.
Sivaraman Lakshmanan
Ranch Hand

Joined: Aug 02, 2003
Posts: 231
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

Joined: Sep 25, 2003
Posts: 42
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: The chart problem
 
Similar Threads
how to display bar chart based on the database values using jsp
How to include Powerpoint file in jsp
How to display more number of images in a jsp page ?
Using the out object
storing the image file in the context folder