Commit 20848b13 by Zachary Tong

Mostly working parallel coordinates

parent 0c4d4aa6
...@@ -3,15 +3,14 @@ ...@@ -3,15 +3,14 @@
font-size: 14px; font-size: 14px;
} }
.foreground path { .foregroundlines {
fill: none; fill: none;
stroke-opacity: .5; stroke-opacity: 0.3;
stroke-width: 1.5px; stroke-width: 1.5px;
} }
.foreground path.fade { .foregroundlines.fade {
stroke: #000; display:none
stroke-opacity: .05;
} }
.legend { .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