Commit 20848b13 by Zachary Tong

Mostly working parallel coordinates

parent 0c4d4aa6
......@@ -3,15 +3,14 @@
font-size: 14px;
}
.foreground path {
.foregroundlines {
fill: none;
stroke-opacity: .5;
stroke-opacity: 0.3;
stroke-width: 1.5px;
}
.foreground path.fade {
stroke: #000;
stroke-opacity: .05;
.foregroundlines.fade {
display:none
}
.legend {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment