aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/static/new/css/corr_scatter_plot2.css
blob: a2ebb2525b8fc2c1b1408559e02a69a90db787bd (plain)
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
.nvd3 .nv-axis.nv-x text {
  font-size: 16px;
  font-weight: normal;
  fill: black;
}

.nvd3 .nv-axis.nv-y text {
  font-size: 16px;
  font-weight: normal;
  fill: black;
}

.nv-x .nv-axis g path.domain {
    stroke: black;
    stroke-width: 2;
}

.nv-y .nv-axis g path.domain {
    stroke: black;
    stroke-width: 2;
}

.nvd3 .nv-axis.nv-x path.domain {
    stroke-opacity: 1;
}

.nvd3 .nv-axis.nv-y path.domain {
    stroke-opacity: 1;
}

line.nv-regLine {
    stroke: red;
    stroke-width: 1;
}

.nv-axisMin-x,
.nv-axisMax-x,
.nv-axisMin-y,
.nv-axisMax-y {
    display: none;
}