Skip to content

Commit 64d5034

Browse files
authored
Update graphtests.html
1 parent 1f1bb71 commit 64d5034

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

graphtests.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,23 @@
55
<title></title>
66

77
<style>
8-
98
body {
109
font: 10px sans-serif;
1110
}
12-
1311
.axis path,
14-
.axis line {
12+
.axis line {
1513
fill: none;
1614
stroke: #000;
1715
shape-rendering: crispEdges;
1816
}
19-
2017
.x.axis path {
2118
display: none;
2219
}
23-
24-
.line {
20+
.line, .line2 {
2521
fill: none;
2622
stroke: steelblue;
2723
stroke-width: 1.5px;
2824
}
29-
3025
</style>
3126

3227

0 commit comments

Comments
 (0)