Difference between revisions of "User:DavidWhitten"

From FollowTheScore
Jump to: navigation, search
Line 13: Line 13:
 
----
 
----
 
You are correct that it wasn't simple to install. I have written some [[User:DavidWhitten/Wgraph_Install_Notes|notes]] of my experiences.
 
You are correct that it wasn't simple to install. I have written some [[User:DavidWhitten/Wgraph_Install_Notes|notes]] of my experiences.
 +
 +
My experiment with wgraph and href yielded:
 +
<nowiki>
 +
{{#wgraph: svg | thumb = 40 |
 +
  node wgl        { type data    label "text notation\n-- WGL --" href "http://www.google.com" }
 +
}}
 +
</nowiki>
 +
which generates:
 +
{{#wgraph: svg | thumb = 40 |
 +
  node wgl        { type data    label "text notation\n-- WGL --" href "http://www.google.com" }
 +
}}
 +
 +
I note that I can't click on the node directly, but rather have to click on the image, then I can get to the svg file and then I can click on the node to go to google.  Also the banner stating that it was generated by aiSee in the svg file is on top of the rest of the graph.  Is there any way to have that banner be a part of the graph, but not taking over?
 +
 +
----
 +
I have started to read the Wgraph.php to learn how it works.

Revision as of 23:30, 25 February 2008

David Whitten is the Chief Technology Officer of WorldVistA (http://www.worldvista.org) a U.S. 501(c)(3) nonprofit dedicated to affordable healthcare computing worldwide.

Yea! I just got Wgraph working on a private wiki. As I understand it, it only generates svg and png files. I wonder what would be necessary to generate image maps ?


Image maps might be somewhat complicated. But there is a good alternative: use the 'href' attribute for nodes.

BTW: It is not really simple to install Wgraph. Did you have problems? Are you using Windows or Unix? Do you see the need for improving the installation description?

Gero 08:36, 23 February 2008 (CET)

You are correct that it wasn't simple to install. I have written some notes of my experiences.

My experiment with wgraph and href yielded: {{#wgraph: svg | thumb = 40 | node wgl { type data label "text notation\n-- WGL --" href "http://www.google.com" } }} which generates: {{#wgraph: svg | thumb = 40 |

 node wgl         { type data     label "text notation\n-- WGL --" href "http://www.google.com" }

}}

I note that I can't click on the node directly, but rather have to click on the image, then I can get to the svg file and then I can click on the node to go to google. Also the banner stating that it was generated by aiSee in the svg file is on top of the rest of the graph. Is there any way to have that banner be a part of the graph, but not taking over?


I have started to read the Wgraph.php to learn how it works.