mirror of
https://github.com/apache/superset.git
synced 2026-04-11 20:37:16 +00:00
[panoramix] -> [dashed]
This commit is contained in:
19
dashed/assets/visualizations/directed_force.css
Normal file
19
dashed/assets/visualizations/directed_force.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user