We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1bb71 commit 64d5034Copy full SHA for 64d5034
graphtests.html
@@ -5,28 +5,23 @@
5
<title></title>
6
7
<style>
8
-
9
body {
10
font: 10px sans-serif;
11
}
12
13
.axis path,
14
-.axis line {
+.axis line {
15
fill: none;
16
stroke: #000;
17
shape-rendering: crispEdges;
18
19
20
.x.axis path {
21
display: none;
22
23
24
-.line {
+.line, .line2 {
25
26
stroke: steelblue;
27
stroke-width: 1.5px;
28
29
30
</style>
31
32
0 commit comments