Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
compwright committed Oct 19, 2017
1 parent 8c64ec4 commit 1ab782a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion chartjs-plugin-annotation.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* chartjs-plugin-annotation.js
* http://chartjs.org/
* Version: 0.5.6
* Version: 0.5.7
*
* Copyright 2016 Evert Timberg
* Released under the MIT license
Expand Down Expand Up @@ -526,6 +526,10 @@ module.exports = function(Chart) {
// Set the data range for this annotation
model.ranges = {};

if (!chartArea) {
return;
}

var min = 0;
var max = 0;

Expand Down
Loading

0 comments on commit 1ab782a

Please sign in to comment.