Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>The <a href="http://spgraphviz.codeplex.com/" rel="nofollow">SPGraphviz</a> project handles graph descriptions in <code>DOT</code>: </p> <blockquote> <p><strong>SPGraphviz</strong> - create your own visualization graphs without programming in Sharepoint. Just define graph on <strong>DOT language</strong> in simple text file, upload it into document library and specify URL in SPGraphvizWebPart - it will make graphical representation of your graph</p> </blockquote> <p>The <a href="http://spgraphviz.codeplex.com/documentation" rel="nofollow">documentation</a> implies that the project uses a wrapper around the <code>C</code> language <code>graphviz</code>, and points to 2 such wrappers:</p> <blockquote> <p><code>SPGraphvizWebPart</code> uses <code>Graphviz</code> open source library for rendering graphs defined on <strong>DOT language</strong>. Many objects in real life can be presented as a graph mathematical abstraction. E.g. organization structure, portal hierarchy, version history of the files, etc. - all these can be displayed as a graph (number of nodes with relations between them). Using DOT language you can create textual definition of a graph (nodes, relations, visual effects like color, shape, etc) in simple text file and pass this file into Graphviz library. It will make graphical representation of the graph using selected layout and image type.</p> <p><code>Graphviz</code> - is library written on C. SPGraphviz uses managed wrapper for using functions from Graphviz library. There are several implementations of managed wrapper for Graphviz:</p> <ul> <li>WinGraphviz by ood Tsen</li> <li>Rendering an in-memory Graphviz image with C# by David Brown</li> </ul> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload