-
Notifications
You must be signed in to change notification settings - Fork 269
/
Copy pathstyles.css
43 lines (41 loc) · 856 Bytes
/
styles.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
.angular-charts-template .axis path,
.angular-charts-template .axis line {
fill: none;
stroke: #333;
}
.angular-charts-template .ac-title {
font-weight: bold;
font-size: 1.2em;
}
.angular-charts-template .ac-chart {
float: left;
width: 75%;
}
.angular-charts-template .ac-line {
fill: none;
stroke-width: 2px;
}
.angular-charts-template table {
float: left;
max-width: 25%;
list-style: none;
margin: 0px;
padding: 0px;
}
.angular-charts-template td[ng-bind] {
display: inline-block;
}
.angular-charts-template .ac-legend-box {
border-radius: 5px;
height: 15px;
width: 15px;
}
.ac-tooltip {
display: block;
position: absolute;
border: 2px solid rgba(51, 51, 51, 0.9);
background-color: rgba(22, 22, 22, 0.7);
border-radius: 5px;
padding: 5px;
color: white;
}