michalgm / nodeviz

Automatically exported from code.google.com/p/nodeviz
0 stars 0 forks source link

implement label transposition property #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by gregmich...@gmail.com on 1 Oct 2011 at 8:30

GoogleCodeExporter commented 9 years ago

Original comment by gregmich...@gmail.com on 1 Oct 2011 at 9:22

GoogleCodeExporter commented 9 years ago
Currently we move the label over from inside the node, and set a specific zoom 
level 7 visibility on it. This is done with greps in the SVG This makes it so 
we can't show labels inside nodes like graphviz default behaviour.  In the 
short term, we should have a flag to disable our hack (but useful) label 
manipulation. In the future we should implement label zooming independently 
(new issue).  And new version of graphviz has xlabel property to specify 
internal or external label positions.

Remove label font size grep and replace with css. 

Original comment by skyeb...@gmail.com on 15 Nov 2011 at 11:38

GoogleCodeExporter commented 9 years ago
we need to implement, for nodes and labels, a label_offset_x property and a 
label_offset_y property, that we use in graphvizexporter to reposition labels. 
this propert needs to be scaled so that it is relative to SVG dimensions.

Original comment by gregmich...@gmail.com on 15 Nov 2011 at 11:56

GoogleCodeExporter commented 9 years ago

Original comment by gregmich...@gmail.com on 16 Nov 2011 at 12:23

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r156.

Original comment by gregmich...@gmail.com on 19 Nov 2011 at 7:02