Skip to content

Commit b683903

Browse files
committedJan 18, 2017
put back original fullReplot/layoutReplot logic
1 parent 582adfd commit b683903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plot_api/plot_api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2093,7 +2093,7 @@ Plotly.update = function update(gd, traceUpdate, layoutUpdate, traces) {
20932093
// fill in redraw sequence
20942094
var seq = [];
20952095

2096-
if(restyleFlags.fullReplot || relayoutFlags.layoutReplot) {
2096+
if(restyleFlags.fullReplot && relayoutFlags.layoutReplot) {
20972097
var data = gd.data,
20982098
layout = gd.layout;
20992099

0 commit comments

Comments
 (0)
Please sign in to comment.