-
Notifications
You must be signed in to change notification settings - Fork 2
/
F2C.css
85 lines (72 loc) · 956 Bytes
/
F2C.css
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
body text{
font: 10px "Helvetica-Light";
}
div {
font: 12px "Helvetica-Light";
}
.axis text {
font: 6px "Helvetica-Light";
}
.y.axis text {
font: 8px "Helvetica-Light";
}
.major.x.axis text
{
font: 12px "Helvetica-Light";
}
.major.y.axis text
{
font: 10px "Helvetica-Light";
}
.axis line,
.axis path {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.x.axis path
{
display: none;
}
.y.axis path
{
display: none;
}
.retailline {
fill: none;
stroke: #0066cc;
stroke-width: 1.5px;
}
.farmline {
fill: none;
stroke: #cc6600;
stroke-width: 1.5px;
}
.percentline {
fill: none;
stroke: #339966;
stroke-width: 1.5px;
}
.rule {
fill: none;
stroke: grey;
stroke-width: 1px;
stroke-opacity: 0.5;
shape-rendering: crispEdges;
}
.interactive {
fill: white;
fill-opacity: 0.1;
}
.title text
{
font-size: 36px;
}
.infogroup text
{
font-size: 12px;
}
.legendgroup text
{
font-size: 12px;
}