huge npm refactor of all visualizations. table views are broken due to broken shimming for jquery/jquery-ui, dashboards are broken due to refactor of explore views.

This commit is contained in:
Chris Williams
2016-02-23 17:00:08 -08:00
parent af34549377
commit 79e6fc986d
96 changed files with 3172 additions and 41404 deletions

View File

@@ -0,0 +1,19 @@
.directed_force path.link {
fill: none;
stroke: #000;
stroke-width: 1.5px;
}
.directed_force circle {
fill: #ccc;
stroke: #000;
stroke-width: 1.5px;
stroke-opacity: 1;
opacity: 0.75;
}
.directed_force text {
fill: #000;
font: 10px sans-serif;
pointer-events: none;
}