Add multigraph support. Visualization and some algorithms.

This commit is contained in:
Unick Soft
2019-10-05 16:11:40 +02:00
parent c580c5aef9
commit 063c2f9ec0
21 changed files with 367 additions and 85 deletions

View File

@@ -240,6 +240,20 @@
z-index: 10;
}
#CanvasMessage
{
position: absolute;
right: 48px;
z-index: 10;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}
.MarginLeft
{
margin-right: 32px !important;
@@ -326,3 +340,18 @@
min-width: 0px;
}
}
.InlineStyle
{
display:inline;
}
.PaddingRight
{
padding-right: 8px;
}
#NewEdgeAction
{
padding-top: 8px;
}