Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bbaa6a8

Browse files
committedOct 18, 2024
remove unused mocks and related adjustments
1 parent 86fc76f commit bbaa6a8

15 files changed

+4
-400
lines changed
 

‎tasks/test_mock.mjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ function assert(name, v) {
8080

8181
function notBlackListed(name) {
8282
return [
83-
// has transforms See https://github.com/plotly/plotly.js/issues/4759
84-
'gl2d_transforms',
85-
'polar_transforms',
86-
'smith_transforms',
87-
'transforms',
88-
8983
// has contourcarpet See https://github.com/plotly/plotly.js/issues/5669
9084
'airfoil',
9185
'h-colorbar_airfoil',
-31.6 KB
Binary file not shown.
-53.5 KB
Binary file not shown.
-51.5 KB
Binary file not shown.
-14.1 KB
Binary file not shown.

‎test/image/baselines/transforms.png

-33.9 KB
Binary file not shown.

‎test/image/baselines/world-cals.png

-14 Bytes
Loading

‎test/image/mocks/gl2d_point-selection.json

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,7 @@
2727
"color": "green",
2828
"opacity": 0.5
2929
}
30-
},
31-
"transforms": [
32-
{
33-
"type": "filter",
34-
"target": "x",
35-
"operation": "][",
36-
"value": [3.5, 4.5]
37-
}
38-
]
30+
}
3931
},
4032
{
4133
"type": "scattergl",
@@ -60,15 +52,7 @@
6052
"color": "blue",
6153
"opacity": 0.5
6254
}
63-
},
64-
"transforms": [
65-
{
66-
"type": "filter",
67-
"target": "x",
68-
"operation": "][",
69-
"value": [3.5, 4.5]
70-
}
71-
]
55+
}
7256
}
7357
],
7458
"layout": {

‎test/image/mocks/gl2d_transforms.json

Lines changed: 0 additions & 82 deletions
This file was deleted.

‎test/image/mocks/point-selection.json

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,7 @@
2323
"color": "green",
2424
"opacity": 0.5
2525
}
26-
},
27-
"transforms": [
28-
{
29-
"type": "filter",
30-
"target": "x",
31-
"operation": "][",
32-
"value": [3.5, 4.5]
33-
}
34-
]
26+
}
3527
},
3628
{
3729
"mode": "lines+markers+text",
@@ -55,15 +47,7 @@
5547
"color": "blue",
5648
"opacity": 0.5
5749
}
58-
},
59-
"transforms": [
60-
{
61-
"type": "filter",
62-
"target": "x",
63-
"operation": "][",
64-
"value": [3.5, 4.5]
65-
}
66-
]
50+
}
6751
}
6852
],
6953
"layout": {

‎test/image/mocks/polar_transforms.json

Lines changed: 0 additions & 86 deletions
This file was deleted.

‎test/image/mocks/smith_transforms.json

Lines changed: 0 additions & 85 deletions
This file was deleted.

‎test/image/mocks/stacked_area_groupby.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

‎test/image/mocks/transforms.json

Lines changed: 0 additions & 78 deletions
This file was deleted.

‎test/image/mocks/world-cals.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,6 @@
184184
"yaxis": "y2",
185185
"ycalendar": "hebrew",
186186
"name": "hebrew histogram<br>jalali filtered",
187-
"transforms": [
188-
{
189-
"type": "filter",
190-
"operation": "[]",
191-
"valuecalendar": "jalali",
192-
"value": ["0818-08", "0819-06"],
193-
"target": "y"
194-
}
195-
],
196187
"ybins": {
197188
"start": "5200-12-29 12:00",
198189
"end": "5200-01-03 12:00",

0 commit comments

Comments
 (0)
Please sign in to comment.