Skip to content

Commit

Permalink
Fix issue w3c#74
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed May 27, 2014
1 parent 3552202 commit da0d432
Show file tree
Hide file tree
Showing 6 changed files with 602 additions and 3 deletions.
4 changes: 4 additions & 0 deletions css/metrics-graphics-demo.css
@@ -1,4 +1,8 @@
#long svg .y-axis line,
#fake_users3 svg .y-axis line {
opacity: 0.1;
}

#confidence_band svg .x-axis line {
opacity: 0.1;
}
6 changes: 6 additions & 0 deletions css/metrics-graphics.css
Expand Up @@ -173,6 +173,12 @@ path.main-area {
stroke: none;
}

path.confidence-band {
fill: #ccc;
opacity: 0.4;
stroke: none;
}

path.main-line {
fill: none;
opacity: 0.8;
Expand Down

0 comments on commit da0d432

Please sign in to comment.