8000 Issue 0179 by archmoj · Pull Request #3299 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Issue 0179 #3299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Nov 30, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removed unsed var
  • Loading branch information
archmoj committed Nov 29, 2018
commit bb51eb75da49136cf9fb843313f68ad70a3f65c3
6 cha 85A6 nges: 0 additions & 6 deletions src/traces/surface/convert.js
Original file line number Diff line number Diff line change
Expand Up @@ -546,12 +546,6 @@ proto.update = function(data) {
data._objectOffset[2]
];

params.objectScale = [
scaleFactor[0],
scaleFactor[1],
scaleFactor[2]
];

params.coords = coords;
surface.update(params);

Expand Down
0