issue #23965: try to render chart with no data
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Fri, 20 Jun 2014 14:24:11 +0000 (10:24 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Fri, 20 Jun 2014 14:24:11 +0000 (10:24 -0400)
lib/enyo-x/source/widgets/chart.js

index 2869a13..f5999fc 100644 (file)
@@ -247,7 +247,6 @@ trailing:true, white:true*/
       var that = this;
 
       if (!this.getValue() ||
-          !this.getValue().length ||
           !this.getFilterAttr() ||
           this.getGroupByAttr() === undefined ||
           this.getGroupByAttr() === null) {