Skip to content

Commit 27f9eb9

Browse files
committed
test: set refs, textAlign, paddingBottom
1 parent c3a672e commit 27f9eb9

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

test/integration/tests/style/plot/xAxis/label/paddingBottom.mjs

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ const testCases = [
1212
plot: {
1313
xAxis: {
1414
label: {
15-
paddingBottom: 15
15+
paddingBottom: 15,
16+
position: "max-edge",
17+
side: "positive"
1618
}
1719
}
1820
}
@@ -30,7 +32,9 @@ const testCases = [
3032
plot: {
3133
xAxis: {
3234
label: {
33-
paddingBottom: 35
35+
paddingBottom: 35,
36+
position: "max-edge",
37+
side: "positive"
3438
}
3539
}
3640
}
@@ -48,7 +52,9 @@ const testCases = [
4852
plot: {
4953
xAxis: {
5054
label: {
51-
paddingBottom: 15
55+
paddingBottom: 15,
56+
position: "max-edge",
57+
side: "positive"
5258
}
5359
}
5460
}
@@ -77,7 +83,9 @@ const testCases = [
7783
plot: {
7884
xAxis: {
7985
label: {
80-
paddingBottom: 35
86+
paddingBottom: 35,
87+
position: "max-edge",
88+
side: "positive"
8189
}
8290
}
8391
}

test/integration/tests/style_tests.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,22 +1068,22 @@
10681068
},
10691069
"plot/xAxis/label/paddingBottom/animated_15-35": {
10701070
"refs": [
1071-
""
1071+
"878ad44"
10721072
]
10731073
},
10741074
"plot/xAxis/label/paddingBottom/animated_35-15": {
10751075
"refs": [
1076-
""
1076+
"ca53242"
10771077
]
10781078
},
10791079
"plot/xAxis/label/paddingBottom/static_15": {
10801080
"refs": [
1081-
""
1081+
"b31a343"
10821082
]
10831083
},
10841084
"plot/xAxis/label/paddingBottom/static_35": {
10851085
"refs": [
1086-
""
1086+
"f2b5170"
10871087
]
10881088
},
10891089
"plot/xAxis/label/paddingLeft/animated_150-350": {
@@ -1213,32 +1213,32 @@
12131213
},
12141214
"plot/xAxis/label/textAlign/animated_center-left": {
12151215
"refs": [
1216-
""
1216+
"e11f565"
12171217
]
12181218
},
12191219
"plot/xAxis/label/textAlign/animated_center-right": {
12201220
"refs": [
1221-
""
1221+
"e11f565"
12221222
]
12231223
},
12241224
"plot/xAxis/label/textAlign/animated_left-center": {
12251225
"refs": [
1226-
""
1226+
"e11f565"
12271227
]
12281228
},
12291229
"plot/xAxis/label/textAlign/animated_left-right": {
12301230
"refs": [
1231-
""
1231+
"e11f565"
12321232
]
12331233
},
12341234
"plot/xAxis/label/textAlign/animated_right-center": {
12351235
"refs": [
1236-
""
1236+
"e11f565"
12371237
]
12381238
},
12391239
"plot/xAxis/label/textAlign/animated_right-left": {
12401240
"refs": [
1241-
""
1241+
"e11f565"
12421242
]
12431243
},
12441244
"plot/xAxis/label/textAlign/static_center": {
@@ -1248,12 +1248,12 @@
12481248
},
12491249
"plot/xAxis/label/textAlign/static_left": {
12501250
"refs": [
1251-
""
1251+
"a662028"
12521252
]
12531253
},
12541254
"plot/xAxis/label/textAlign/static_right": {
12551255
"refs": [
1256-
""
1256+
"a662028"
12571257
]
12581258
},
12591259
"plot/xAxis/ticks/color/hexa/animated_yellowCustom_0.25-blueCustom_0.75": {

0 commit comments

Comments
 (0)