Searched defs:right (Results 1 - 1 of 1) sorted by relevance

/yui3/src/charts/js/
H A DCartesianChartLegend.js9 RIGHT = "right",
65 * @param {Number} padding The left, top, right and bottom padding properties for the legend.
88 limit = width - (padding.left + padding.right),
91 right,
113 right = !isNaN(right) ? Math.max(legendWidth + itemWidth, right) : legendWidth + itemWidth;
124 right: right,
184 * @param {Object} padding Object contain left, top, right an
[all...]

Completed in 269 milliseconds