Skip to content

Commit

Permalink
Merge pull request #875 from plotly/update-method
Browse files Browse the repository at this point in the history
Introducing `Plotly.update`
  • Loading branch information
etpinard authored Sep 7, 2016
2 parents d736910 + c15a617 commit 7916bb3
Show file tree
Hide file tree
Showing 7 changed files with 1,197 additions and 932 deletions.
1 change: 1 addition & 0 deletions src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ exports.newPlot = Plotly.newPlot;
exports.restyle = Plotly.restyle;
exports.relayout = Plotly.relayout;
exports.redraw = Plotly.redraw;
exports.update = Plotly.update;
exports.extendTraces = Plotly.extendTraces;
exports.prependTraces = Plotly.prependTraces;
exports.addTraces = Plotly.addTraces;
Expand Down
Loading

0 comments on commit 7916bb3

Please sign in to comment.