Skip to content

Commit ffa0f65

Browse files
authored
Merge pull request #4357 from plotly/parcoords-rm-duplicate-call
remove a duplicate function call in parcoords
2 parents f78f3cd + 8be7005 commit ffa0f65

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)