Last active
September 25, 2019 20:14
-
-
Save aepyornis/c96f61d5645637cd5084cd0f457aae78 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Provider> | |
<Root> | |
<GraphHeader> | |
<GraphTitleForm /> | |
<GraphTitle /> | |
<GraphByLine /> | |
<GraphLinks /> | |
</GraphHeader> | |
<Graph> | |
<svg> | |
<DraggableCore> | |
<g id="zoom"> | |
[<Edge />] | |
[<Node />] | |
[<Caption />] | |
</g> | |
</DraggableCore> | |
</svg> | |
</Graph> | |
<Editor> | |
<ZoomButtons /> | |
<EditTools> | |
<div id="buttons"> | |
<EditButtons /> | |
<UpdateCaptionForm /> | |
<AddCaptionForm /> | |
<LayoutButtons /> | |
<UndoButtons /> | |
</div> | |
<div> | |
<AddEdgeForm /> | |
<UpdateNodeForm /> | |
<UpdateEdgeForm /> | |
<AddConnectedNodesForm /> | |
<DeleteSelectedButton /> | |
</div> | |
</EditTools> | |
</Editor> | |
<div id="oligrapherMetaButtons"> | |
<EditButton/> | |
<SettingsButton /> | |
<HelpButton /> | |
</div> | |
<GraphSettingsForm /> | |
<GraphAnnotations> | |
<GraphNavButtons /> | |
<GraphAnnotation /> | |
<GraphAnnotationList /> | |
</GraphAnnotations> | |
<EmbeddedGraphAnnotations /> | |
<SaveButton /> | |
<HelpScreen /> | |
</Root> | |
</Provider> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment