data-suggestions 1.0.2 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +241 -241
- package/assets/recomendaciones/count-times-that-a-certain-value-is-repeated.json +2 -2
- package/assets/recomendaciones/highlight-higher-values.json +121 -121
- package/assets/recomendaciones/highlight-lower-values.json +121 -121
- package/assets/recomendaciones/highlight-the-second-lowest-value.json +91 -91
- package/assets/recomendaciones/highlight-the-third-highest-value.json +79 -79
- package/fesm2022/data-suggestions.mjs +44 -120
- package/fesm2022/data-suggestions.mjs.map +1 -1
- package/index.d.ts +25 -44
- package/package.json +1 -1
|
@@ -1,122 +1,122 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"visualVariable": "Grid lines",
|
|
4
|
-
"sampleSize": "≤5",
|
|
5
|
-
"variability": "Moderate",
|
|
6
|
-
"recommendation": "Indifferent"
|
|
7
|
-
},
|
|
8
|
-
{
|
|
9
|
-
"visualVariable": "Grid lines",
|
|
10
|
-
"sampleSize": "10-19",
|
|
11
|
-
"variability": "High",
|
|
12
|
-
"recommendation": "Without grid lines"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"visualVariable": "Grid lines",
|
|
16
|
-
"sampleSize": ">20",
|
|
17
|
-
"variability": "High",
|
|
18
|
-
"recommendation": "Indifferent"
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"visualVariable": "Spacing between bars",
|
|
22
|
-
"sampleSize": "≤5",
|
|
23
|
-
"variability": "Moderate",
|
|
24
|
-
"recommendation": "Widely spaced"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"visualVariable": "Spacing between bars",
|
|
28
|
-
"sampleSize": "10-19",
|
|
29
|
-
"variability": "High",
|
|
30
|
-
"recommendation": "Close"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"visualVariable": "Spacing between bars",
|
|
34
|
-
"sampleSize": ">20",
|
|
35
|
-
"variability": "High",
|
|
36
|
-
"recommendation": "Close or widely spaced"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"visualVariable": "Opacity",
|
|
40
|
-
"sampleSize": "≤5",
|
|
41
|
-
"variability": "Moderate",
|
|
42
|
-
"recommendation": "Indifferent"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"visualVariable": "Opacity",
|
|
46
|
-
"sampleSize": "10-19",
|
|
47
|
-
"variability": "High",
|
|
48
|
-
"recommendation": "Transparency"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"visualVariable": "Opacity",
|
|
52
|
-
"sampleSize": ">20",
|
|
53
|
-
"variability": "High",
|
|
54
|
-
"recommendation": "Indifferent"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"visualVariable": "Labels",
|
|
58
|
-
"sampleSize": "≤5",
|
|
59
|
-
"variability": "Moderate",
|
|
60
|
-
"recommendation": "Do not use"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"visualVariable": "Labels",
|
|
64
|
-
"sampleSize": "10-19",
|
|
65
|
-
"variability": "High",
|
|
66
|
-
"recommendation": "Indifferent"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"visualVariable": "Labels",
|
|
70
|
-
"sampleSize": ">20",
|
|
71
|
-
"variability": "High",
|
|
72
|
-
"recommendation": "Use labels"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"visualVariable": "Bar direction",
|
|
76
|
-
"sampleSize": "10-19",
|
|
77
|
-
"variability": "High",
|
|
78
|
-
"recommendation": "Indifferent"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"visualVariable": "Order",
|
|
82
|
-
"sampleSize": "10-19",
|
|
83
|
-
"variability": "High",
|
|
84
|
-
"recommendation": "Indifferent"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"visualVariable": "Order",
|
|
88
|
-
"sampleSize": ">20",
|
|
89
|
-
"variability": "High",
|
|
90
|
-
"recommendation": "Indifferent"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"visualVariable": "Number of steps",
|
|
94
|
-
"sampleSize": "10-19",
|
|
95
|
-
"variability": "High",
|
|
96
|
-
"recommendation": "Medium steps"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"visualVariable": "Number of steps",
|
|
100
|
-
"sampleSize": ">20",
|
|
101
|
-
"variability": "High",
|
|
102
|
-
"recommendation": "Medium steps"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"visualVariable": "Border color",
|
|
106
|
-
"sampleSize": ">20",
|
|
107
|
-
"variability": "High",
|
|
108
|
-
"recommendation": "Indifferent"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"visualVariable": "Color palette",
|
|
112
|
-
"sampleSize": ">20",
|
|
113
|
-
"variability": "High",
|
|
114
|
-
"recommendation": "Random"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"visualVariable": "Axis maximum",
|
|
118
|
-
"sampleSize": ">20",
|
|
119
|
-
"variability": "High",
|
|
120
|
-
"recommendation": "10% above the highest value"
|
|
121
|
-
}
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"visualVariable": "Grid lines",
|
|
4
|
+
"sampleSize": "≤5",
|
|
5
|
+
"variability": "Moderate",
|
|
6
|
+
"recommendation": "Indifferent"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"visualVariable": "Grid lines",
|
|
10
|
+
"sampleSize": "10-19",
|
|
11
|
+
"variability": "High",
|
|
12
|
+
"recommendation": "Without grid lines"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"visualVariable": "Grid lines",
|
|
16
|
+
"sampleSize": ">20",
|
|
17
|
+
"variability": "High",
|
|
18
|
+
"recommendation": "Indifferent"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"visualVariable": "Spacing between bars",
|
|
22
|
+
"sampleSize": "≤5",
|
|
23
|
+
"variability": "Moderate",
|
|
24
|
+
"recommendation": "Widely spaced"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"visualVariable": "Spacing between bars",
|
|
28
|
+
"sampleSize": "10-19",
|
|
29
|
+
"variability": "High",
|
|
30
|
+
"recommendation": "Close"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"visualVariable": "Spacing between bars",
|
|
34
|
+
"sampleSize": ">20",
|
|
35
|
+
"variability": "High",
|
|
36
|
+
"recommendation": "Close or widely spaced"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"visualVariable": "Opacity",
|
|
40
|
+
"sampleSize": "≤5",
|
|
41
|
+
"variability": "Moderate",
|
|
42
|
+
"recommendation": "Indifferent"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"visualVariable": "Opacity",
|
|
46
|
+
"sampleSize": "10-19",
|
|
47
|
+
"variability": "High",
|
|
48
|
+
"recommendation": "Transparency"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"visualVariable": "Opacity",
|
|
52
|
+
"sampleSize": ">20",
|
|
53
|
+
"variability": "High",
|
|
54
|
+
"recommendation": "Indifferent"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"visualVariable": "Labels",
|
|
58
|
+
"sampleSize": "≤5",
|
|
59
|
+
"variability": "Moderate",
|
|
60
|
+
"recommendation": "Do not use"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"visualVariable": "Labels",
|
|
64
|
+
"sampleSize": "10-19",
|
|
65
|
+
"variability": "High",
|
|
66
|
+
"recommendation": "Indifferent"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"visualVariable": "Labels",
|
|
70
|
+
"sampleSize": ">20",
|
|
71
|
+
"variability": "High",
|
|
72
|
+
"recommendation": "Use labels"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"visualVariable": "Bar direction",
|
|
76
|
+
"sampleSize": "10-19",
|
|
77
|
+
"variability": "High",
|
|
78
|
+
"recommendation": "Indifferent"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"visualVariable": "Order",
|
|
82
|
+
"sampleSize": "10-19",
|
|
83
|
+
"variability": "High",
|
|
84
|
+
"recommendation": "Indifferent"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"visualVariable": "Order",
|
|
88
|
+
"sampleSize": ">20",
|
|
89
|
+
"variability": "High",
|
|
90
|
+
"recommendation": "Indifferent"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"visualVariable": "Number of steps",
|
|
94
|
+
"sampleSize": "10-19",
|
|
95
|
+
"variability": "High",
|
|
96
|
+
"recommendation": "Medium steps"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"visualVariable": "Number of steps",
|
|
100
|
+
"sampleSize": ">20",
|
|
101
|
+
"variability": "High",
|
|
102
|
+
"recommendation": "Medium steps"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"visualVariable": "Border color",
|
|
106
|
+
"sampleSize": ">20",
|
|
107
|
+
"variability": "High",
|
|
108
|
+
"recommendation": "Indifferent"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"visualVariable": "Color palette",
|
|
112
|
+
"sampleSize": ">20",
|
|
113
|
+
"variability": "High",
|
|
114
|
+
"recommendation": "Random"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"visualVariable": "Axis maximum",
|
|
118
|
+
"sampleSize": ">20",
|
|
119
|
+
"variability": "High",
|
|
120
|
+
"recommendation": "10% above the highest value"
|
|
121
|
+
}
|
|
122
122
|
]
|
|
@@ -1,122 +1,122 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"visualVariable": "Labels",
|
|
4
|
-
"sampleSize": "6-9",
|
|
5
|
-
"variability": "High",
|
|
6
|
-
"recommendation": "Use labels"
|
|
7
|
-
},
|
|
8
|
-
{
|
|
9
|
-
"visualVariable": "Labels",
|
|
10
|
-
"sampleSize": "≤5",
|
|
11
|
-
"variability": "High",
|
|
12
|
-
"recommendation": "Indifferent"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"visualVariable": "Bar direction",
|
|
16
|
-
"sampleSize": "6-9",
|
|
17
|
-
"variability": "High",
|
|
18
|
-
"recommendation": "Horizontal"
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"visualVariable": "Bar direction",
|
|
22
|
-
"sampleSize": "6-9",
|
|
23
|
-
"variability": "Moderate",
|
|
24
|
-
"recommendation": "Vertical"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"visualVariable": "Bar direction",
|
|
28
|
-
"sampleSize": "≤5",
|
|
29
|
-
"variability": "High",
|
|
30
|
-
"recommendation": "Indifferent"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"visualVariable": "Bar direction",
|
|
34
|
-
"sampleSize": "≤5",
|
|
35
|
-
"variability": "Moderate",
|
|
36
|
-
"recommendation": "Horizontal"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"visualVariable": "Number of steps",
|
|
40
|
-
"sampleSize": "6-9",
|
|
41
|
-
"variability": "High",
|
|
42
|
-
"recommendation": "Medium steps"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"visualVariable": "Number of steps",
|
|
46
|
-
"sampleSize": "6-9",
|
|
47
|
-
"variability": "Moderate",
|
|
48
|
-
"recommendation": "Medium steps"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"visualVariable": "Number of steps",
|
|
52
|
-
"sampleSize": "10-19",
|
|
53
|
-
"variability": "Moderate",
|
|
54
|
-
"recommendation": "Few steps"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"visualVariable": "Number of steps",
|
|
58
|
-
"sampleSize": "≤5",
|
|
59
|
-
"variability": "High",
|
|
60
|
-
"recommendation": "Few or medium steps"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"visualVariable": "Border color",
|
|
64
|
-
"sampleSize": "6-9",
|
|
65
|
-
"variability": "Moderate",
|
|
66
|
-
"recommendation": "Dark border"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"visualVariable": "Border color",
|
|
70
|
-
"sampleSize": "≤5",
|
|
71
|
-
"variability": "High",
|
|
72
|
-
"recommendation": "No border"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"visualVariable": "Order",
|
|
76
|
-
"sampleSize": "10-19",
|
|
77
|
-
"variability": "Moderate",
|
|
78
|
-
"recommendation": "Ordered"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"visualVariable": "Order",
|
|
82
|
-
"sampleSize": "≤5",
|
|
83
|
-
"variability": "High",
|
|
84
|
-
"recommendation": "Indifferent"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"visualVariable": "Grid lines",
|
|
88
|
-
"sampleSize": "≤5",
|
|
89
|
-
"variability": "High",
|
|
90
|
-
"recommendation": "Indifferent"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"visualVariable": "Grid lines",
|
|
94
|
-
"sampleSize": "≤5",
|
|
95
|
-
"variability": "Moderate",
|
|
96
|
-
"recommendation": "Without grid lines"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"visualVariable": "Opacity",
|
|
100
|
-
"sampleSize": "≤5",
|
|
101
|
-
"variability": "High",
|
|
102
|
-
"recommendation": "Indifferent"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"visualVariable": "Hover behavior",
|
|
106
|
-
"sampleSize": "≤5",
|
|
107
|
-
"variability": "High",
|
|
108
|
-
"recommendation": "Highlight"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"visualVariable": "Spacing between bars",
|
|
112
|
-
"sampleSize": "≤5",
|
|
113
|
-
"variability": "High",
|
|
114
|
-
"recommendation": "Close or slightly separated"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"visualVariable": "Spacing between bars",
|
|
118
|
-
"sampleSize": "≤5",
|
|
119
|
-
"variability": "Moderate",
|
|
120
|
-
"recommendation": "Close or slightly separated"
|
|
121
|
-
}
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"visualVariable": "Labels",
|
|
4
|
+
"sampleSize": "6-9",
|
|
5
|
+
"variability": "High",
|
|
6
|
+
"recommendation": "Use labels"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"visualVariable": "Labels",
|
|
10
|
+
"sampleSize": "≤5",
|
|
11
|
+
"variability": "High",
|
|
12
|
+
"recommendation": "Indifferent"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"visualVariable": "Bar direction",
|
|
16
|
+
"sampleSize": "6-9",
|
|
17
|
+
"variability": "High",
|
|
18
|
+
"recommendation": "Horizontal"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"visualVariable": "Bar direction",
|
|
22
|
+
"sampleSize": "6-9",
|
|
23
|
+
"variability": "Moderate",
|
|
24
|
+
"recommendation": "Vertical"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"visualVariable": "Bar direction",
|
|
28
|
+
"sampleSize": "≤5",
|
|
29
|
+
"variability": "High",
|
|
30
|
+
"recommendation": "Indifferent"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"visualVariable": "Bar direction",
|
|
34
|
+
"sampleSize": "≤5",
|
|
35
|
+
"variability": "Moderate",
|
|
36
|
+
"recommendation": "Horizontal"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"visualVariable": "Number of steps",
|
|
40
|
+
"sampleSize": "6-9",
|
|
41
|
+
"variability": "High",
|
|
42
|
+
"recommendation": "Medium steps"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"visualVariable": "Number of steps",
|
|
46
|
+
"sampleSize": "6-9",
|
|
47
|
+
"variability": "Moderate",
|
|
48
|
+
"recommendation": "Medium steps"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"visualVariable": "Number of steps",
|
|
52
|
+
"sampleSize": "10-19",
|
|
53
|
+
"variability": "Moderate",
|
|
54
|
+
"recommendation": "Few steps"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"visualVariable": "Number of steps",
|
|
58
|
+
"sampleSize": "≤5",
|
|
59
|
+
"variability": "High",
|
|
60
|
+
"recommendation": "Few or medium steps"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"visualVariable": "Border color",
|
|
64
|
+
"sampleSize": "6-9",
|
|
65
|
+
"variability": "Moderate",
|
|
66
|
+
"recommendation": "Dark border"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"visualVariable": "Border color",
|
|
70
|
+
"sampleSize": "≤5",
|
|
71
|
+
"variability": "High",
|
|
72
|
+
"recommendation": "No border"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"visualVariable": "Order",
|
|
76
|
+
"sampleSize": "10-19",
|
|
77
|
+
"variability": "Moderate",
|
|
78
|
+
"recommendation": "Ordered"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"visualVariable": "Order",
|
|
82
|
+
"sampleSize": "≤5",
|
|
83
|
+
"variability": "High",
|
|
84
|
+
"recommendation": "Indifferent"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"visualVariable": "Grid lines",
|
|
88
|
+
"sampleSize": "≤5",
|
|
89
|
+
"variability": "High",
|
|
90
|
+
"recommendation": "Indifferent"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"visualVariable": "Grid lines",
|
|
94
|
+
"sampleSize": "≤5",
|
|
95
|
+
"variability": "Moderate",
|
|
96
|
+
"recommendation": "Without grid lines"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"visualVariable": "Opacity",
|
|
100
|
+
"sampleSize": "≤5",
|
|
101
|
+
"variability": "High",
|
|
102
|
+
"recommendation": "Indifferent"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"visualVariable": "Hover behavior",
|
|
106
|
+
"sampleSize": "≤5",
|
|
107
|
+
"variability": "High",
|
|
108
|
+
"recommendation": "Highlight"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"visualVariable": "Spacing between bars",
|
|
112
|
+
"sampleSize": "≤5",
|
|
113
|
+
"variability": "High",
|
|
114
|
+
"recommendation": "Close or slightly separated"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"visualVariable": "Spacing between bars",
|
|
118
|
+
"sampleSize": "≤5",
|
|
119
|
+
"variability": "Moderate",
|
|
120
|
+
"recommendation": "Close or slightly separated"
|
|
121
|
+
}
|
|
122
122
|
]
|
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"visualVariable": "Border color",
|
|
4
|
-
"sampleSize": "≤5",
|
|
5
|
-
"variability": "High",
|
|
6
|
-
"recommendation": "Indifferent"
|
|
7
|
-
},
|
|
8
|
-
{
|
|
9
|
-
"visualVariable": "Border color",
|
|
10
|
-
"sampleSize": null,
|
|
11
|
-
"variability": "Moderate",
|
|
12
|
-
"recommendation": "Light border"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"visualVariable": "Hover behavior",
|
|
16
|
-
"sampleSize": "≤5",
|
|
17
|
-
"variability": "High",
|
|
18
|
-
"recommendation": "Indifferent"
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"visualVariable": "Bar direction",
|
|
22
|
-
"sampleSize": "≤5",
|
|
23
|
-
"variability": "High",
|
|
24
|
-
"recommendation": "Vertical"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"visualVariable": "Bar direction",
|
|
28
|
-
"sampleSize": null,
|
|
29
|
-
"variability": "Moderate",
|
|
30
|
-
"recommendation": "Horizontal"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"visualVariable": "Spacing between bars",
|
|
34
|
-
"sampleSize": "≤5",
|
|
35
|
-
"variability": "High",
|
|
36
|
-
"recommendation": "Indifferent"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"visualVariable": "Labels",
|
|
40
|
-
"sampleSize": "≤5",
|
|
41
|
-
"variability": "High",
|
|
42
|
-
"recommendation": "Indifferent"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"visualVariable": "Color palette",
|
|
46
|
-
"sampleSize": "≤5",
|
|
47
|
-
"variability": "Moderate",
|
|
48
|
-
"recommendation": "Random color palette"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"visualVariable": "Number of steps",
|
|
52
|
-
"sampleSize": "≤5",
|
|
53
|
-
"variability": "High",
|
|
54
|
-
"recommendation": "Indifferent"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"visualVariable": "Order",
|
|
58
|
-
"sampleSize": "≤5",
|
|
59
|
-
"variability": "High",
|
|
60
|
-
"recommendation": "Indifferent"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"visualVariable": "Order",
|
|
64
|
-
"sampleSize": null,
|
|
65
|
-
"variability": "Moderate",
|
|
66
|
-
"recommendation": "Indifferent"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"visualVariable": "Opacity",
|
|
70
|
-
"sampleSize": "≤5",
|
|
71
|
-
"variability": "High",
|
|
72
|
-
"recommendation": "Indifferent"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"visualVariable": "Opacity",
|
|
76
|
-
"sampleSize": null,
|
|
77
|
-
"variability": "Moderate",
|
|
78
|
-
"recommendation": "Indifferent"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"visualVariable": "Grid lines",
|
|
82
|
-
"sampleSize": "≤5",
|
|
83
|
-
"variability": "High",
|
|
84
|
-
"recommendation": "Indifferent"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"visualVariable": "Grid lines",
|
|
88
|
-
"sampleSize": null,
|
|
89
|
-
"variability": "Moderate",
|
|
90
|
-
"recommendation": "With grid lines"
|
|
91
|
-
}
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"visualVariable": "Border color",
|
|
4
|
+
"sampleSize": "≤5",
|
|
5
|
+
"variability": "High",
|
|
6
|
+
"recommendation": "Indifferent"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"visualVariable": "Border color",
|
|
10
|
+
"sampleSize": null,
|
|
11
|
+
"variability": "Moderate",
|
|
12
|
+
"recommendation": "Light border"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"visualVariable": "Hover behavior",
|
|
16
|
+
"sampleSize": "≤5",
|
|
17
|
+
"variability": "High",
|
|
18
|
+
"recommendation": "Indifferent"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"visualVariable": "Bar direction",
|
|
22
|
+
"sampleSize": "≤5",
|
|
23
|
+
"variability": "High",
|
|
24
|
+
"recommendation": "Vertical"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"visualVariable": "Bar direction",
|
|
28
|
+
"sampleSize": null,
|
|
29
|
+
"variability": "Moderate",
|
|
30
|
+
"recommendation": "Horizontal"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"visualVariable": "Spacing between bars",
|
|
34
|
+
"sampleSize": "≤5",
|
|
35
|
+
"variability": "High",
|
|
36
|
+
"recommendation": "Indifferent"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"visualVariable": "Labels",
|
|
40
|
+
"sampleSize": "≤5",
|
|
41
|
+
"variability": "High",
|
|
42
|
+
"recommendation": "Indifferent"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"visualVariable": "Color palette",
|
|
46
|
+
"sampleSize": "≤5",
|
|
47
|
+
"variability": "Moderate",
|
|
48
|
+
"recommendation": "Random color palette"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"visualVariable": "Number of steps",
|
|
52
|
+
"sampleSize": "≤5",
|
|
53
|
+
"variability": "High",
|
|
54
|
+
"recommendation": "Indifferent"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"visualVariable": "Order",
|
|
58
|
+
"sampleSize": "≤5",
|
|
59
|
+
"variability": "High",
|
|
60
|
+
"recommendation": "Indifferent"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"visualVariable": "Order",
|
|
64
|
+
"sampleSize": null,
|
|
65
|
+
"variability": "Moderate",
|
|
66
|
+
"recommendation": "Indifferent"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"visualVariable": "Opacity",
|
|
70
|
+
"sampleSize": "≤5",
|
|
71
|
+
"variability": "High",
|
|
72
|
+
"recommendation": "Indifferent"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"visualVariable": "Opacity",
|
|
76
|
+
"sampleSize": null,
|
|
77
|
+
"variability": "Moderate",
|
|
78
|
+
"recommendation": "Indifferent"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"visualVariable": "Grid lines",
|
|
82
|
+
"sampleSize": "≤5",
|
|
83
|
+
"variability": "High",
|
|
84
|
+
"recommendation": "Indifferent"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"visualVariable": "Grid lines",
|
|
88
|
+
"sampleSize": null,
|
|
89
|
+
"variability": "Moderate",
|
|
90
|
+
"recommendation": "With grid lines"
|
|
91
|
+
}
|
|
92
92
|
]
|