csdot icon indicating copy to clipboard operation
csdot copied to clipboard

A c# based DOT (graphviz) framework

Results 12 csdot issues
Sort by recently updated
recently updated
newest added

Autogenerated code should contain only placeholder files in git and code should be generated during build time and should be ignored using gitignore. Also autogen code should have a mark/comment...

File: Resources\test\Issues\[Load Digraph] Node present as string is tokenized to different nodes\flowchart2.dot The node `{ rank = same; "past"; "SCCS"; "make"; "Bourne sh"; "yacc"; "cron"; }` is read as: ```...

bug
LoadDiagraph

If only node exist without attributes, print in same like. Example: `b -- { c e };` should not print as: ``` b -- subgraph { c; e; } ```...

bug
documentation
enhancement

Possibly preserve subgraph keyword. If not present, should not add to file. For example: Input: `b -- { c e };` The dot read should not have "subgraph" like: ```...

documentation
question

Files: Resources\test\[LoadDigraph] Colour attribute does not take multivalue\multi_color.dot Attributes with multiple values do not take all the present values: `graph { ethernet [ color = "green, brown, red, black", label...

enhancement
LoadDiagraph

enhancement
good first issue
research

File: Resources\test\graphviz\flowchart2.dot Add size attribute for graph

bug
enhancement
Attribute

Support multitypes in attributes, for example, an attribute can have bool as well as string and currently we provide a single attribute.

enhancement
Attribute

File: Resources\test\renenyffenegger\simple_node_edge.dot

bug
enhancement
Attribute

This will add all the optional characters and print the graphs in a well structured manner

enhancement