[jboss-user] [JBoss Seam] - Re: Charts

2007-11-29 Thread sstrenn
If you want very cool, interactive charts, you might try http://www.fusioncharts.com/free/. Here is an example screenshot: https://www.cs.sbcc.edu/strenn/cs129/TopOrdersFusionChart.jpg All you have to do is provide the data in XML format, which I did with a standard facelet and : | http:

[jboss-user] [JBoss Seam] - Re: Charts

2007-11-29 Thread siobhan.ernest
Thank you, hispeedsurfer! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109124#4109124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109124 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Seam] - Re: Charts

2007-11-12 Thread hispeedsurfer
Here is an example based on engelme idea that is working for me import java.io.IOException; | import java.io.Serializable; | | import org.jboss.seam.annotations.Name; | import org.jfree.chart.ChartFactory; | import org.jfree.chart.ChartUtilities; | import org.jfree.chart.JFreeChart;

[jboss-user] [JBoss Seam] - Re: Charts

2007-11-04 Thread aloleary
Trinidad unfortunately (or fortunately depending on your situation) is SVG based, therefore only supports newer browsers and IE through an Adobe plugin. What I am looking for, related to this, is if anyone know of an existing open source project that takes JFreeChart and brings it into the Ajax/

[jboss-user] [JBoss Seam] - Re: Charts

2007-09-09 Thread supernovasoftware.com
I have used both, but not extensively. The drill down feature looked nice in Trinidad. I haven't checked for a similar feature in JFreeChart. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082434#4082434 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Charts

2007-09-09 Thread amitev
There is a library for integrating of JFree chart http://jsf-comp.sourceforge.net/components/chartcreator/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082426#4082426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Re: Charts

2007-09-09 Thread [EMAIL PROTECTED]
I haven't used it, but the trinidad component looks like it supports more chart types. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082411#4082411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082411 ___

[jboss-user] [JBoss Seam] - Re: Charts

2007-09-07 Thread [EMAIL PROTECTED]
Take a look at the itext example in CVS (perhaps beta2 as well) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082019#4082019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082019 ___

[jboss-user] [JBoss Seam] - Re: Charts

2007-09-06 Thread supernovasoftware.com
I have seen charts integrated in PDF, but how is this integrated now within HTML pages? Please point me to an example or provide assistance. I now have Trinidad, Richfaces, and Tomahawk playing nicely together. I need charting support and started to evaluate the chart component in Trinidad. I

[jboss-user] [JBoss Seam] - Re: Charts

2007-08-03 Thread engelme
jknotxke, Sorry it took so long, been a nightmare with deadlines. Looking over your code, the only problem that i saw the following: #{chartprocesserHome} Should be: #{chartProcessorHome} I understand that you went with the built in charting for Seam. Though it seems like it might be a g

[jboss-user] [JBoss Seam] - Re: Charts

2007-08-02 Thread jknotzke
Thanks.. that's what I ended up doing.. The swap was a PITA though but it's all working.. J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070310#4070310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070310 ___

[jboss-user] [JBoss Seam] - Re: Charts

2007-08-02 Thread [EMAIL PROTECTED]
Please note Seam2 has chart support built in. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070292#4070292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070292 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: Charts

2007-08-02 Thread jknotzke
Here's my code: chartProcessor.xhtml | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml"; | xmlns:s="http://jboss.com/products/seam/taglib"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | x

[jboss-user] [JBoss Seam] - Re: Charts

2007-08-02 Thread jknotzke
Michael, I've been trying now for the past several hours and no luck.. This is more a basic SEAM question I think but what calls createChart? Thanks J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070236#4070236 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: Charts

2007-07-25 Thread [EMAIL PROTECTED]
Have a look at the html chart page in the itext demo. It only does a couple types of charts, but it works pretty well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067472#4067472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - Re: Charts

2007-07-25 Thread engelme
Sorry about that. If you make it a pojo then nothing. This was from a SLSB, i forget the local interface name of ChartProcesser. Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067387#4067387 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: Charts

2007-07-25 Thread jknotzke
Oh, and before I forget, what does the class implement ? J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067368#4067368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067368 __

[jboss-user] [JBoss Seam] - Re: Charts

2007-07-25 Thread jknotzke
That is freaking fantastic! Thanks!! J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067366#4067366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067366 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: Charts

2007-07-24 Thread engelme
Just a quick correction. I use a pojo or SLSB that is scoped to the ScopeType.EVENT. Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067257#4067257 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067257

[jboss-user] [JBoss Seam] - Re: Charts

2007-07-24 Thread engelme
I use JFreeCharts. Here is an example of what i do. The code is a little rough but gives the general idea. | package example.chartprocesser; | | @Name("chartprocesser") | public class ChartProcesserBean implements { | | @In | EntityManager em; // Entity Manager to access