Files
redash/client/app/assets/less/inc/visualizations/sankey.less
Levko Kravets fa460223b7 CR1
2017-11-23 18:13:42 +02:00

20 lines
316 B
Plaintext

/* Sankey Visualization */
.sankey .node rect {
fill-opacity: .9;
shape-rendering: crispEdges;
stroke-width: 0;
}
.sankey .node text {
text-shadow: 0 1px 0 #fff;
}
.sankey .link {
fill: none;
stroke: #000;
stroke-opacity: .2;
}
.sankey-visualization-container {
height: 500px;
overflow: hidden;
}