-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathd3hex.css
More file actions
47 lines (39 loc) · 874 Bytes
/
d3hex.css
File metadata and controls
47 lines (39 loc) · 874 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
/* To style chart */
.hexagon {
stroke-width: 5px;
stroke: rgb(200, 200, 200);
/*fill: rgb(50,50,50);*/
}
.barsColorScale {
stroke-width: 0px;
stroke: rgb(200, 200, 200);
}
.barsColorScaleText {
font-family: 'Roboto Mono', sans-serif;
font-size: 35px;
fill: rgb(70, 75, 75);
}
.chartTitle {
font-family: 'Open Sans', sans-serif;
font-size: 80px;
font-weight: 600;
fill: rgb(70, 75, 75);
}
.chartDate {
font-family: 'Open Sans', sans-serif;
font-size: 30px;
font-weight: 400;
fill: rgb(70, 75, 75);
}
.toolTipValue {
font-family: 'Open Sans', sans-serif;
font-size: 50px;
font-weight: 700;
fill: rgb(70, 75, 75);
}
.toolTipPosition {
font-family: 'Open Sans', sans-serif;
font-size: 25px;
font-weight: 400;
fill: rgb(70, 75, 75);
}