Graphs using Javascript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bush will disarm all workers next

    Graphs using Javascript

    I'm developing a JSP page with JavaScript that uses a package called
    Graph.js (http://www.codeproject.com/jscript/dhtml_graph.asp). The
    author of Graph.js suggests creating a table tag (<table>) with a td
    tag having an attribute id="here" so that a graph produced by Graph.js
    can be embedded in the page. I'm noticing that the graph appears ok.
    However, other items in table tags are over-written. In other words,
    the browser first displays the table contents and then over-writes the
    graph on them. Is there some way to show the tables and graphs
    together?

    Thanks
    Dakshin
  • Evertjan.

    #2
    Re: Graphs using Javascript

    Bush will disarm all workers next wrote on 20 apr 2004 in
    comp.lang.javas cript:
    [color=blue]
    > I'm developing a JSP page with JavaScript that uses a package called
    > Graph.js (http://www.codeproject.com/jscript/dhtml_graph.asp). The
    > author of Graph.js suggests creating a table tag (<table>) with a td
    > tag having an attribute id="here" so that a graph produced by Graph.js
    > can be embedded in the page. I'm noticing that the graph appears ok.
    > However, other items in table tags are over-written. In other words,
    > the browser first displays the table contents and then over-writes the
    > graph on them. Is there some way to show the tables and graphs
    > together?
    >[/color]

    Can you show us in an URL ?

    --
    Evertjan.
    The Netherlands.
    (Please change the x'es to dots in my emailaddress)

    Comment

    • Bush will disarm all workers next

      #3
      Re: Graphs using Javascript

      "Evertjan." <exjxw.hannivoo rt@interxnl.net > wrote in message news:<Xns94D258 DA2F5Ceejj99@19 4.109.133.29>.. .[color=blue]
      > Bush will disarm all workers next wrote on 20 apr 2004 in
      > comp.lang.javas cript:
      >[color=green]
      > > I'm developing a JSP page with JavaScript that uses a package called
      > > Graph.js (http://www.codeproject.com/jscript/dhtml_graph.asp). The
      > > author of Graph.js suggests creating a table tag (<table>) with a td
      > > tag having an attribute id="here" so that a graph produced by Graph.js
      > > can be embedded in the page. I'm noticing that the graph appears ok.
      > > However, other items in table tags are over-written. In other words,
      > > the browser first displays the table contents and then over-writes the
      > > graph on them. Is there some way to show the tables and graphs
      > > together?
      > >[/color]
      >
      > Can you show us in an URL ?[/color]

      Sorry, I don't have a URL for public display. I can post/send the
      source if you would like.

      Dakshin

      Comment

      Working...