Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhenye committed Oct 15, 2016
1 parent 7dce064 commit 33a8912
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dist/vue-highcharts.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ function create(tagName, Highcharts) {
mounted: function() {
this._renderChart();
},
updated: function() {
this._renderChart();
},
beforeDestroy: function() {
!isRenderer && this.chart.destroy();
},
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-highcharts.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-highcharts",
"version": "0.0.4",
"version": "0.0.5",
"description": "Highcharts component for Vue",
"main": "dist/vue-highcharts.js",
"jsnext:main": "src/index.js",
Expand Down

0 comments on commit 33a8912

Please sign in to comment.