summaryrefslogtreecommitdiffstats
path: root/js/yui3/axis-category/axis-category-min.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/yui3/axis-category/axis-category-min.js')
-rw-r--r--js/yui3/axis-category/axis-category-min.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/yui3/axis-category/axis-category-min.js b/js/yui3/axis-category/axis-category-min.js
new file mode 100644
index 000000000..aae696534
--- /dev/null
+++ b/js/yui3/axis-category/axis-category-min.js
@@ -0,0 +1,8 @@
+/*
+YUI 3.17.2 (build 9c3c78e)
+Copyright 2014 Yahoo! Inc. All rights reserved.
+Licensed under the BSD License.
+http://yuilibrary.com/license/
+*/
+
+YUI.add("axis-category",function(e,t){var n=e.Lang;e.CategoryAxis=e.Base.create("categoryAxis",e.Axis,[e.CategoryImpl],{getMinimumValue:function(){var e=this.get("data"),t=e[0];return t},getMaximumValue:function(){var e=this.get("data"),t=e.length-1,n=e[t];return n},_getLabelByIndex:function(e){var t,n=this.get("data");return t=n[e],t},_getLabelData:function(t,r,i,s,o,u,a,f,l){var c,h,p=[],d=[],v,m,g=this.get("data"),y=u;l=l||g;for(h=0;h<f;h+=1)c=l[h],m=e.Array.indexOf(g,c),n.isNumber(m)&&m>-1&&(v={},v[r]=t,v[i]=this._getCoordFromValue(s,o,a,m,y),p.push(v),d.push(c));return{points:p,values:d}}})},"3.17.2",{requires:["axis","axis-category-base"]});