Lines Matching refs:chart
17 * Pedigree chart
19 * wt-chart, wt-chart-pedigree
21 .wt-chart-pedigree {
25 .wt-chart-pedigree-left .wt-chart-box,
26 .wt-chart-pedigree-right .wt-chart-box {
30 .wt-chart-pedigree-up .wt-chart-box,
31 .wt-chart-pedigree-down .wt-chart-box {
36 .wt-chart-pedigree .wt-chart-box-lifespan {
40 /* Pedigree chart with oldest on the right */
41 .wt-chart-pedigree-right .wt-pedigree-lines {
45 border: var(--chart-line);
47 border-radius: var(--chart-line-radius) 0 0 var(--chart-line-radius);
52 .wt-chart-pedigree-right .wt-generation-rev-2 > .wt-pedigree-lines {
58 /* Pedigree chart with oldest on the left */
59 .wt-chart-pedigree-left .wt-pedigree-lines {
63 border: var(--chart-line);
65 border-radius: 0 var(--chart-line-radius) var(--chart-line-radius) 0;
70 .wt-chart-pedigree-left .wt-generation-rev-2 > .wt-pedigree-lines {
76 /* Pedigree chart with oldest at the bottom */
77 .wt-chart-pedigree-down {
81 .wt-chart-pedigree-down .wt-pedigree-lines {
85 border: var(--chart-line);
87 border-radius: var(--chart-line-radius) var(--chart-line-radius) 0 0;
92 .wt-chart-pedigree-down .wt-generation-rev-2 > .wt-pedigree-lines {
98 /* Pedigree chart with oldest at the top */
99 .wt-chart-pedigree-up {
103 .wt-chart-pedigree-up .wt-pedigree-lines {
107 border: var(--chart-line);
109 border-radius: 0 0 var(--chart-line-radius) var(--chart-line-radius);
114 .wt-chart-pedigree-up .wt-generation-rev-2 > .wt-pedigree-lines {