Skip to content

Commit 8be7005

Browse files
committed
remove duplicate call to convert typed arrays
1 parent f78f3cd commit 8be7005

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/traces/parcoords/parcoords.js

-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ function viewModel(state, callbacks, model) {
292292
}
293293
} else tickvals = undefined;
294294

295-
truncatedValues = helpers.convertTypedArray(truncatedValues);
296295
truncatedValues = helpers.convertTypedArray(truncatedValues);
297296

298297
return {

0 commit comments

Comments
 (0)