Skip to content

Commit

Permalink
Merge pull request #6 from kelegorm/master
Browse files Browse the repository at this point in the history
Added purge method
  • Loading branch information
andrey-zakharov authored Mar 31, 2017
2 parents 243c0b8 + 15901de commit 8a29f6f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.7.1+2

- Added purge method

## 0.7.1+1

- Fixed deleteFrames method
Expand Down
4 changes: 4 additions & 0 deletions lib/plotly.dart
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,9 @@ class Plot {
_Plotly.callMethod('redraw', [_container]);
}

void purge() {
_Plotly.callMethod('purge', [_container]);
}

static getSchema() => context['Plotly']['PlotSchema'].callMethod("get");
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: plotly
version: 0.7.1+1
version: 0.7.1+2
author: Richard Lincoln <[email protected]>
description: Interactive, browser-based charting library
homepage: https://github.com/rwl/plotly
Expand Down

0 comments on commit 8a29f6f

Please sign in to comment.