Searched refs:set1 (Results 1 - 2 of 2) sorted by relevance

/yui3/src/charts/js/
H A DCartesianChart.js1106 * @param {Array} set1 Collection of axes to check.
1112 _getTopOverflow: function(set1, set2, height)
1118 if(set1)
1120 len = set1.length;
1123 axis = set1[i];
1144 * @param {Array} set1 Collection of axes to check.
1150 _getRightOverflow: function(set1, set2, width)
1156 if(set1)
1158 len = set1.length;
1161 axis = set1[
[all...]
/yui3/build/charts-base/
H A Dcharts-base-debug.js13950 * @param {Array} set1 Collection of axes to check.
13956 _getTopOverflow: function(set1, set2, height)
13962 if(set1)
13964 len = set1.length;
13967 axis = set1[i];
13988 * @param {Array} set1 Collection of axes to check.
13994 _getRightOverflow: function(set1, set2, width)
14000 if(set1)
14002 len = set1.length;
14005 axis = set1[
[all...]

Completed in 51 milliseconds