ngx-graph-new
Version:
Modify the ngx-chart version is used
24 lines (23 loc) • 549 B
CSS
/**
* ngx-graph v"5.0.0" (https://github.com/swimlane/ngx-graph)
* Copyright 2016
* Licensed under MIT
*/
.graph {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.graph .edge {
stroke: #666;
fill: none; }
.graph .edge .edge-label {
stroke: none;
font-size: 12px;
fill: #ffffff; }
.graph .panning-rect {
fill: rgba(0, 0, 0, 0);
cursor: move; }
.graph .node-group .node:focus {
outline: none; }
/*# sourceMappingURL=index.map*/