Search found 3 matches

by mrinmoy.ganguly
Wed Jun 17, 2009 6:58 pm
Forum: JFreeChart
Topic: How to display 2 columns in a database on a Spider Chart axe
Replies: 3
Views: 3664

Re: How to display 2 columns in a database on a Spider Chart axe

Hi Dave, The table looks like this: UserName UserSkillLevel ReqdSkillLevel SkillName BaseRoleLevel XYZ 1 2 Portal Server 1 XYZ 1 1 WAS 1 XYZ 2 3 CSS 1 These are a few sample values in the table. I need to indicate the UserSkillLevel by a Yellow dot and The ReqdSkillLevel by (1-Red Dot, 2-Blue Dot, 3...
by mrinmoy.ganguly
Mon Jun 15, 2009 8:11 pm
Forum: JFreeChart
Topic: How to display 2 columns in a database on a Spider Chart axe
Replies: 3
Views: 3664

How to display 2 columns in a database on a Spider Chart axe

Hi, I have to display Users' Skills and Required Skills on an Axes on Spider chart. These are 2 separate columns in the database that needs to be shown on an Axes. The code I am using is: defaultcategorydataset.addValue(resObj.getInt("REQDSKILLLEVEL"), resObj.getString("BASE_ROLE_LEVEL"), resObj.get...
by mrinmoy.ganguly
Mon May 11, 2009 11:49 am
Forum: JFreeDesigner
Topic: How to display a JFreeChart on a Portlet using a JSP?
Replies: 0
Views: 25798

How to display a JFreeChart on a Portlet using a JSP?

I have generated a Pie Chart using JFreeChart API with uses data from DB2 database. I need to invoke the Applet in a JSP. The basic requirement is to display the Chart on the Portlet using a JSP.
Thanks for any help on this.
--
Mrinmoy Ganguly