chart too for web browser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Quick Function

    chart too for web browser

    Are there tools to display chart in a web browser? I am looking for
    something makes beautiful bar char, scatter plot, pie chart, etc in
    web browser.

    Thanks,

    qq
  • Bertrand LUPART

    #2
    Re: chart too for web browser

    > Are there tools to display chart in a web browser? I am looking for[color=blue]
    > something makes beautiful bar char, scatter plot, pie chart, etc in
    > web browser.[/color]

    There is no 'chart' format, so you'll certainly want to display an
    image.

    You can generate your images server-side.
    For example, the business graphics module for Caudium and Roxen
    webserver does that.

    Sample code:


    Examples of use:



    --
    Bertrand LUPART

    The Caudium WebServer - http://www.caudium.net/

    Comment

    • Philipp Lenssen

      #3
      Re: chart too for web browser

      In article <bha9uj$5hf$1@d 03.completel.fr >,
      bertrand@NlOiSn PkAeMo.com.invalid says...[color=blue][color=green]
      > > Are there tools to display chart in a web browser? I am looking for
      > > something makes beautiful bar char, scatter plot, pie chart, etc in
      > > web browser.[/color]
      >
      > There is no 'chart' format, so you'll certainly want to display an
      > image.
      > (...)[/color]

      There's SVG, but it needs a plug-in for the time being.

      The mission of the Scalable Vector Graphics (SVG) Working Group is to develop and maintain SVG.

      Comment

      • Jason Billingsley

        #4
        Re: chart too for web browser

        Flash based charting based on xml data. Easy to use, many different
        charts, layouts, configurations etc



        Great product (we are implementing it in the next build of our java
        e-commerce software)


        Regards,
        Jason Billingsley

        ---
        Java Shopping Cart - MerchantSpace http://www.merchantspace.com

        On Tue, 12 Aug 2003 10:34:06 +0000 (UTC), Bertrand LUPART
        <bertrand@NlOiS nPkAeMo.com.inv alid> wrote:
        [color=blue][color=green][color=darkred]
        >>> > Are there tools to display chart in a web browser? I am looking for
        >>> > something makes beautiful bar char, scatter plot, pie chart, etc in
        >>> > web browser.
        >>>
        >>> There is no 'chart' format, so you'll certainly want to display an
        >>> image.
        >>> (...)[/color]
        >>
        >> There's SVG, but it needs a plug-in for the time being.
        >>
        >> http://www.w3.org/Graphics/SVG/Overview.htm8[/color]
        >
        >Sure, but that's a full featured image format, not limited to charts ;)
        >
        >Since it is XML-based it should be easier to output something with an
        >home-made code, though.[/color]

        Comment

        Working...