Skip to content

Commit 4d48fb1

Browse files
committed
Move layoutStyles call in Plotly.plot
1 parent d0d5577 commit 4d48fb1

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
@@ -322,9 +322,9 @@ Plotly.plot = function(gd, data, layout, config) {
322322
var donePlotting = Lib.syncOrAsync([
323323
Plots.previousPromises,
324324
marginPushers,
325-
layoutStyles,
326325
marginPushersAgain,
327326
positionAndAutorange,
327+
layoutStyles,
328328
drawAxes,
329329
drawData,
330330
finalDraw

0 commit comments

Comments
 (0)