Skip to content

Commit

Permalink
Merge pull request #4357 from plotly/parcoords-rm-duplicate-call
Browse files Browse the repository at this point in the history
remove a duplicate function call in parcoords
  • Loading branch information
archmoj authored Nov 18, 2019
2 parents f78f3cd + 8be7005 commit ffa0f65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/traces/parcoords/parcoords.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ function viewModel(state, callbacks, model) {
}
} else tickvals = undefined;

truncatedValues = helpers.convertTypedArray(truncatedValues);
truncatedValues = helpers.convertTypedArray(truncatedValues);

return {
Expand Down

0 comments on commit ffa0f65

Please sign in to comment.