Skip to content

Commit

Permalink
drop the unneeded initial draw of axes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Jun 9, 2017
1 parent c02204f commit b4a2f4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plot_api/plot_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,7 @@ Plotly.plot = function(gd, data, layout, config) {
}

return Lib.syncOrAsync([
subroutines.layoutStyles,
drawAxes,
initInteractions

This comment has been minimized.

Copy link
@etpinard

etpinard Jun 9, 2017

Contributor

initInteractions gets 🔪 here too? What's going to happen when #1767 is in master? Will there be only one initInteractions call needed or two as displayed in https://github.com/plotly/plotly.js/pull/1767/files#r120937972

This comment has been minimized.

Copy link
@alexcjohnson

alexcjohnson Jun 9, 2017

Author Collaborator

yeah, that's part of why I want to get #1767 finished and merged into this one before continuing with this. We need to nail it down and figure out what we really need and why.

subroutines.layoutStyles
], gd);
}

Expand Down

0 comments on commit b4a2f4d

Please sign in to comment.