superset/panoramix/static/widgets/viz_directed_force.css
2015-12-15 13:59:31 -08:00

23 lines
336 B
CSS

.directed_force path.link {
fill: none;
stroke: #000;
stroke-width: 1.5px;
}
.directed_force #chart {
height: 100%;
}
.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;
}