-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsimplechart.css
More file actions
57 lines (46 loc) · 718 Bytes
/
Copy pathsimplechart.css
File metadata and controls
57 lines (46 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.sc-axis path, .sc-axis line {
fill: none;
stroke: #335C87;
shape-rendering: crispEdges;
}
.sc-axis text {
fill: #c9c9c9;
}
.sc-grid line, line.sc-line {
fill: none;
stroke: #e8e8e8;
shape-rendering: crispEdges;
}
.sc-axis text {
font-family: Helvetica,Arial,Verdana,sans-serif;
font-size: 8px;
fill: #333;
}
.sc-line {
fill: none;
stroke: #30a0eb;
stroke-width: 1px;
}
.sc-area {
fill: #e7f4fd;
}
.sc-point {
stroke: #30a0eb;
stroke-width: 2px;
fill: #fff;
}
.sc-line-0 {
stroke: #4b80b6;
}
.sc-line-1 {
stroke: #79af7b;
}
.sc-line-2 {
stroke: #dc504f;
}
.sc-line-3 {
stroke: #e2ba74;
}
.sc-line-4 {
stroke: #a267a7;
}