@@ -84,6 +84,44 @@ function assert(name, v) {
84
84
85
85
function notBlackListed ( name ) {
86
86
return [
87
+ // has transforms See https://github.com/plotly/plotly.js/issues/4759
88
+ 'gl2d_transforms' ,
89
+ 'polar_transforms' ,
90
+ 'transforms' ,
91
+
92
+ // has contourcarpet See https://github.com/plotly/plotly.js/issues/5669
93
+ 'airfoil' ,
94
+ 'cheater' ,
95
+ 'cheater_constraint_greater_than' ,
96
+ 'cheater_constraint_greater_than_with_hill' ,
97
+ 'cheater_constraint_greater_than_with_valley' ,
98
+ 'cheater_constraint_inner_range' ,
99
+ 'cheater_constraint_inner_range_hi_top' ,
100
+ 'cheater_constraint_inner_range_hi_top_with_hill' ,
101
+ 'cheater_constraint_inner_range_hi_top_with_valley' ,
102
+ 'cheater_constraint_inner_range_lo_top' ,
103
+ 'cheater_constraint_inner_range_lo_top_with_hill' ,
104
+ 'cheater_constraint_inner_range_lo_top_with_valley' ,
105
+ 'cheater_constraint_inner_range_with_hill' ,
106
+ 'cheater_constraint_inner_range_with_valley' ,
107
+ 'cheater_constraint_less_than' ,
108
+ 'cheater_constraint_less_than_with_hill' ,
109
+ 'cheater_constraint_less_than_with_valley' ,
110
+ 'cheater_constraint_outer_range' ,
111
+ 'cheater_constraint_outer_range_hi_top' ,
112
+ 'cheater_constraint_outer_range_hi_top_with_hill' ,
113
+ 'cheater_constraint_outer_range_hi_top_with_valley' ,
114
+ 'cheater_constraint_outer_range_lo_top' ,
115
+ 'cheater_constraint_outer_range_lo_top_with_hill' ,
116
+ 'cheater_constraint_outer_range_lo_top_with_valley' ,
117
+ 'cheater_constraint_outer_range_with_hill' ,
118
+ 'cheater_constraint_outer_range_with_valley' ,
119
+ 'cheater_constraints' ,
120
+ 'cheater_contour' ,
121
+ 'cheater_fully_filled' ,
122
+ 'cheater_smooth' ,
123
+
124
+ // other
87
125
'1' ,
88
126
'11' ,
89
127
'12' ,
@@ -108,7 +146,6 @@ function notBlackListed(name) {
108
146
'32' ,
109
147
'2dhistogram_contour_subplots' ,
110
148
'2dhistogram_contour_subplots_bingroup' ,
111
- 'airfoil' ,
112
149
'annotations' ,
113
150
'annotations-autorange' ,
114
151
'axes_booleans' ,
@@ -122,35 +159,6 @@ function notBlackListed(name) {
122
159
'candlestick_double-y-axis' ,
123
160
'candlestick_rangeslider_thai' ,
124
161
'category-autorange' ,
125
- 'cheater' ,
126
- 'cheater_constraint_greater_than' ,
127
- 'cheater_constraint_greater_than_with_hill' ,
128
- 'cheater_constraint_greater_than_with_valley' ,
129
- 'cheater_constraint_inner_range' ,
130
- 'cheater_constraint_inner_range_hi_top' ,
131
- 'cheater_constraint_inner_range_hi_top_with_hill' ,
132
- 'cheater_constraint_inner_range_hi_top_with_valley' ,
133
- 'cheater_constraint_inner_range_lo_top' ,
134
- 'cheater_constraint_inner_range_lo_top_with_hill' ,
135
- 'cheater_constraint_inner_range_lo_top_with_valley' ,
136
- 'cheater_constraint_inner_range_with_hill' ,
137
- 'cheater_constraint_inner_range_with_valley' ,
138
- 'cheater_constraint_less_than' ,
139
- 'cheater_constraint_less_than_with_hill' ,
140
- 'cheater_constraint_less_than_with_valley' ,
141
- 'cheater_constraint_outer_range' ,
142
- 'cheater_constraint_outer_range_hi_top' ,
143
- 'cheater_constraint_outer_range_hi_top_with_hill' ,
144
- 'cheater_constraint_outer_range_hi_top_with_valley' ,
145
- 'cheater_constraint_outer_range_lo_top' ,
146
- 'cheater_constraint_outer_range_lo_top_with_hill' ,
147
- 'cheater_constraint_outer_range_lo_top_with_valley' ,
148
- 'cheater_constraint_outer_range_with_hill' ,
149
- 'cheater_constraint_outer_range_with_valley' ,
150
- 'cheater_constraints' ,
151
- 'cheater_contour' ,
152
- 'cheater_fully_filled' ,
153
- 'cheater_smooth' ,
154
162
'contour_match_edges' ,
155
163
'dendrogram' ,
156
164
'error_bar_style' ,
@@ -184,7 +192,6 @@ function notBlackListed(name) {
184
192
'gl2d_text_chart_single-string' ,
185
193
'gl2d_text_chart_styling' ,
186
194
'gl2d_texttemplate' ,
187
- 'gl2d_transforms' ,
188
195
'gl3d_autocolorscale' ,
189
196
'gl3d_bunny' ,
190
197
'gl3d_bunny-hull' ,
@@ -231,7 +238,6 @@ function notBlackListed(name) {
231
238
'plot_types' ,
232
239
'polar_blank' ,
233
240
'polar_dates' ,
234
- 'polar_transforms' ,
235
241
'range_slider_box' ,
236
242
'shapes_fixed_size' ,
237
243
'splom_ragged-via-axes' ,
@@ -245,7 +251,6 @@ function notBlackListed(name) {
245
251
'texttemplate_scatter' ,
246
252
'titles-avoid-labels' ,
247
253
'trace_metatext' ,
248
- 'transforms' ,
249
254
'updatemenus' ,
250
255
'violin_non-linear' ,
251
256
'violin_ridgeplot' ,
0 commit comments