Skip to content

Commit b4a2f4d

Browse files
committed
drop the unneeded initial draw of axes
1 parent c02204f commit b4a2f4d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/plot_api/plot_api.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,7 @@ Plotly.plot = function(gd, data, layout, config) {
189189
}
190190

191191
return Lib.syncOrAsync([
192-
subroutines.layoutStyles,
193-
drawAxes,
194-
initInteractions
192+
subroutines.layoutStyles
195193
], gd);
196194
}
197195

0 commit comments

Comments
 (0)