<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JavaScript Graph Library</title>
	<atom:link href="http://www.graphdracula.net/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.graphdracula.net</link>
	<description>Graph Computation, Layout, Algorithms for JavaScript</description>
	<lastBuildDate>Tue, 14 Feb 2012 07:34:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Oren</title>
		<link>http://www.graphdracula.net/#comment-5730</link>
		<dc:creator>Oren</dc:creator>
		<pubDate>Fri, 10 Feb 2012 10:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=2#comment-5730</guid>
		<description>Beautiful</description>
		<content:encoded><![CDATA[<p>Beautiful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Davies</title>
		<link>http://www.graphdracula.net/#comment-5588</link>
		<dc:creator>Andrew Davies</dc:creator>
		<pubDate>Mon, 06 Feb 2012 02:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=2#comment-5588</guid>
		<description>Woops!  I meant replacing the line before &lt;em&gt;this.edges[i].hide&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Woops!  I meant replacing the line before <em>this.edges[i].hide</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Davies</title>
		<link>http://www.graphdracula.net/#comment-5587</link>
		<dc:creator>Andrew Davies</dc:creator>
		<pubDate>Mon, 06 Feb 2012 02:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=2#comment-5587</guid>
		<description>I&#039;ve found/fixed a bug related to deleting edges.  If the edge has a label, then it will remain painted on the canvas after the edge is deleted.  In the  dracula_graph.js file, inside of the removeNode function, before the statement &lt;em&gt;this.edges[i].hide&lt;/em&gt;, inserting:

&lt;em&gt;
this.edges[i].connection &amp;&amp; this.edges[i].connection.label.hide();
&lt;/em&gt;

Seems to fix the problem nicely.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found/fixed a bug related to deleting edges.  If the edge has a label, then it will remain painted on the canvas after the edge is deleted.  In the  dracula_graph.js file, inside of the removeNode function, before the statement <em>this.edges[i].hide</em>, inserting:</p>
<p><em><br />
this.edges[i].connection &amp;&amp; this.edges[i].connection.label.hide();<br />
</em></p>
<p>Seems to fix the problem nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel Kogan</title>
		<link>http://www.graphdracula.net/#comment-5127</link>
		<dc:creator>Michel Kogan</dc:creator>
		<pubDate>Sun, 22 Jan 2012 17:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=2#comment-5127</guid>
		<description>How can I draw multigraphs with this ?</description>
		<content:encoded><![CDATA[<p>How can I draw multigraphs with this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArNo NyHm</title>
		<link>http://www.graphdracula.net/#comment-4087</link>
		<dc:creator>ArNo NyHm</dc:creator>
		<pubDate>Wed, 28 Dec 2011 15:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=2#comment-4087</guid>
		<description>It seems it not works on iphone web browser

iPhone 4
iOS5</description>
		<content:encoded><![CDATA[<p>It seems it not works on iphone web browser</p>
<p>iPhone 4<br />
iOS5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.graphdracula.net/#comment-3785</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 23 Dec 2011 12:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=2#comment-3785</guid>
		<description>is it possible to have it as a heirarchical structure and also allow multiple parent nodes ?</description>
		<content:encoded><![CDATA[<p>is it possible to have it as a heirarchical structure and also allow multiple parent nodes ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Huntress</title>
		<link>http://www.graphdracula.net/#comment-3268</link>
		<dc:creator>Gary Huntress</dc:creator>
		<pubDate>Sun, 11 Dec 2011 18:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=2#comment-3268</guid>
		<description>Great library and it&#039;s helping me a lot.      My graphs display fine but I&#039;m having some trouble with labels though.   I think this is the right syntax:

  g.addNode(&quot;Start&quot;, {label:&quot;START&quot;});

The node is drawn and with the proper edges but no text label in the bubble.   Any thoughts about what this could be?  Fails with both Safari and Chrome.   Version is current as of today (11 Dec).

Thanks!</description>
		<content:encoded><![CDATA[<p>Great library and it&#8217;s helping me a lot.      My graphs display fine but I&#8217;m having some trouble with labels though.   I think this is the right syntax:</p>
<p>  g.addNode(&#8220;Start&#8221;, {label:&#8221;START&#8221;});</p>
<p>The node is drawn and with the proper edges but no text label in the bubble.   Any thoughts about what this could be?  Fails with both Safari and Chrome.   Version is current as of today (11 Dec).</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hailey</title>
		<link>http://www.graphdracula.net/#comment-3211</link>
		<dc:creator>Kyle Hailey</dc:creator>
		<pubDate>Sat, 10 Dec 2011 01:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=2#comment-3211</guid>
		<description>Awesome stuff. I&#039;d love to use it to diagram SQL interactive graphs in browsers as in http://dboptimizer.com/db-optimizer/. The tool DB Optimizer is a fat desktop client. Would be so nice to web enable it.
How is the project going.  Most of the posts seem to be from last year.
Best Wishes
Kyle Hailey</description>
		<content:encoded><![CDATA[<p>Awesome stuff. I&#8217;d love to use it to diagram SQL interactive graphs in browsers as in <a href="http://dboptimizer.com/db-optimizer/" rel="nofollow">http://dboptimizer.com/db-optimizer/</a>. The tool DB Optimizer is a fat desktop client. Would be so nice to web enable it.<br />
How is the project going.  Most of the posts seem to be from last year.<br />
Best Wishes<br />
Kyle Hailey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GregM</title>
		<link>http://www.graphdracula.net/#comment-2944</link>
		<dc:creator>GregM</dc:creator>
		<pubDate>Fri, 02 Dec 2011 16:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=2#comment-2944</guid>
		<description>What else can you put inside the label-style? such as in the example below?
I&#039;d like to add a background to the label so the edge line doesn&#039;t get in the way of the label.

    st = { directed: true, label : &quot;Label&quot;,
            &quot;label-style&quot; : {
                &quot;font-size&quot;: 20
            }
        };</description>
		<content:encoded><![CDATA[<p>What else can you put inside the label-style? such as in the example below?<br />
I&#8217;d like to add a background to the label so the edge line doesn&#8217;t get in the way of the label.</p>
<p>    st = { directed: true, label : &#8220;Label&#8221;,<br />
            &#8220;label-style&#8221; : {<br />
                &#8220;font-size&#8221;: 20<br />
            }<br />
        };</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://www.graphdracula.net/#comment-2769</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Thu, 24 Nov 2011 09:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://dracula.ameisenbar.de/?page_id=2#comment-2769</guid>
		<description>Hi i am vijay, I am new to this place.I have a question can we set the distance of nodes based on label values.
e.g: I have set amount on the label so based on amount can we set the distance less amount less distance great amount great distance

Thanx a lot.</description>
		<content:encoded><![CDATA[<p>Hi i am vijay, I am new to this place.I have a question can we set the distance of nodes based on label values.<br />
e.g: I have set amount on the label so based on amount can we set the distance less amount less distance great amount great distance</p>
<p>Thanx a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

