mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
[panoramix] -> [dashed]
This commit is contained in:
20
dashed/assets/visualizations/sankey.css
Normal file
20
dashed/assets/visualizations/sankey.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.sankey .node rect {
|
||||
cursor: move;
|
||||
fill-opacity: .9;
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
|
||||
.sankey .node text {
|
||||
pointer-events: none;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
}
|
||||
|
||||
.sankey .link {
|
||||
fill: none;
|
||||
stroke: #000;
|
||||
stroke-opacity: .2;
|
||||
}
|
||||
|
||||
.sankey .link:hover {
|
||||
stroke-opacity: .5;
|
||||
}
|
||||
Reference in New Issue
Block a user