Skip to content

Commit f320476

Browse files
committed
Move layoutStyles call in Plotly.plot
1 parent 0634111 commit f320476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot_api/plot_api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ Plotly.plot = function(gd, data, layout, config) {
323323
var donePlotting = Lib.syncOrAsync([
324324
Plots.previousPromises,
325325
marginPushers,
326-
layoutStyles,
327326
marginPushersAgain,
328327
positionAndAutorange,
328+
layoutStyles,
329329
drawAxes,
330330
drawData,
331331
finalDraw

0 commit comments

Comments
 (0)