g.bar.js
authorAlan Knowles <alan@roojs.com>
Tue, 21 Oct 2014 05:52:03 +0000 (13:52 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 Oct 2014 05:52:03 +0000 (13:52 +0800)
g.bar.js

index 94da209..337eeea 100644 (file)
--- a/g.bar.js
+++ b/g.bar.js
             // bottom axis
             opts.axisxlabels = opts.axisxlabels || [];
             // add elements at beginning and end of array...
-            opts.axisxlabels.unshift('');
-            //opts.axisxlabels.push('');
+            opts.axisxlabels.unshift(' ');
+            //opts.axisxlabels.push(' ');
             opts.axisxstep  = opts.axisxstep  || (opts.axisxlabels ? opts.axisxlabels.length  -1    : false ) || len;
             Roo.log(opts.axisxlabels);