For Cewolf , You can use this sample.
This is the sample of the jsp page. also put PageViewCountData.java in its
path. This is a sample program from cewolf tutorial. Good Luck!
Robin Antony
OpenSI.Net
[EMAIL PROTECTED]


 <%@ page contentType="text/html" %>
 <[EMAIL PROTECTED] uri='/WEB-INF/templates/jsp/tld/cewolf-1.1.tld' prefix='cewolf'
%>
 <tr>
 <td>
 <table width=100%>
 <tr>
 <td align="center">
<HR>

<jsp:useBean id="pageViews1"
class="de.laures.cewolf.example.PageViewCountData"/>
<cewolf:chart
    id="line"
    title="Lab Success Rates"
    type="VerticalBar3d"
    xaxislabel="Time"
    yaxislabel="Percentage">
    <cewolf:data>
        <cewolf:producer id="pageViews1">

 </cewolf:producer>
    </cewolf:data>
</cewolf:chart>
<p>
<cewolf:img chartid="line" renderer="cewolf" width="400" height="300"/>
<P>
</td>
</tr>
</table>
</td>
</tr>


----- Original Message ----- 
From: "Shen, Ching" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 17, 2004 2:47 PM
Subject: RE: chart portlet on jetspeed


There are also other chart packages, such as  cewolf and jfreechart.
The problem is I need a  portlet sample which can embeded chart capability
since I don't know what it should looks like.
Any samples you can share?

-----Original Message-----
From: Devinder Sachdeva [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 17, 2004 3:00 PM
To: Jetspeed Users List
Subject: Re: chart portlet on jetspeed


Ching-
Create a Portlet (VM) or JSP include applet as
<applet code=com.objectplanet.chart.ext.TimeLineChartApplet
CODEBASE="."
archive="/chart.ext.jar" width=700 height=350>

<param name=chartTitle value="2004 Monthly Revenues">
<param name=seriesCount value=3>
.. ....................................................................

We used http://www.objectplanet.com/EasyCharts/
Keep EasyChart jar in classpath .It works fine.

Thanks
Devinder




"Shen, Ching" <[EMAIL PROTECTED]>
08/17/2004 03:51 PM
Please respond to "Jetspeed Users List"


        To:     <[EMAIL PROTECTED]>
        cc:
        Subject:        chart portlet on jetspeed


Does anybody have a portlet for chart,  from 2 columns,  with at least 1
column data , whether from a file or from database?
I am new in jetspeed and is looking for an example
Any suggestion/comments will be greatly appreciated.


Thank you!

Ching Shen



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to