Mostly working parallel coordinates

This commit is contained in:
Zachary Tong
2013-04-17 17:13:54 -04:00
parent 0c4d4aa611
commit 20848b13de
2 changed files with 232 additions and 97 deletions
+4 -5
View File
@@ -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 {