2 Replies Latest reply on Mar 11, 2009 8:35 PM by norman

    Graphs in Seam

    csoberats

      Hi colleagues, I need to know how can I generate graphs from data stored in database. Greetings
        • 1. Re: Graphs in Seam
          swd847

          You can use JSF Chart Creator, however it is limited to relatively simple graphs.


          If you need more complicated graphs use JFreeChart to generate the chart in a component and expose it to a <h:graphicImage> as a byte array or output stream.

          • 2. Re: Graphs in Seam
            norman

            The next release of Seam will have the ability to customize jfreechart charts using Java code in cases where the existing seam charting tags are not sufficiently expressive.