File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ verify_partial_bundle <- function(p) {
110
110
# verify that this partial bundle actually supports this viz
111
111
# (at this point, bundleType should never be 'auto' or 'main')
112
112
missingTypes <- setdiff(types , bundleTraceMap [[bundleType ]])
113
+
113
114
if (length(missingTypes )) {
114
115
msg <- sprintf(
115
116
" The '%s' bundle supports the following trace types: '%s'.\n\n This plotly visualization contains the following trace types: '%s'" ,
@@ -188,7 +189,8 @@ bundleTraceMap <- list(
188
189
" scatter3d" ,
189
190
" surface" ,
190
191
" mesh3d" ,
191
- " cone"
192
+ " cone" ,
193
+ " isosurface"
192
194
),
193
195
gl2d = c(
194
196
" scatter" ,
@@ -209,6 +211,7 @@ bundleTraceMap <- list(
209
211
" pie" ,
210
212
" histogram" ,
211
213
" ohlc" ,
212
- " candlestick"
214
+ " candlestick" ,
215
+ " waterfall"
213
216
)
214
217
)
You can’t perform that action at this time.
0 commit comments