Skip to content

Commit

Permalink
Only redraw the graph if the filter is not null
Browse files Browse the repository at this point in the history
  • Loading branch information
guilbaults committed Jun 4, 2024
1 parent 20df4ef commit e9c0ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ function loadGraph(container, url){
new_data.push(trace);
}
}
Plotly.newPlot(gd, new_data, content['layout'], content['config']);
}
Plotly.newPlot(gd, new_data, content['layout'], content['config']);
});
}
}
Expand Down

0 comments on commit e9c0ab5

Please sign in to comment.