░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/moodle/public/lib/yuilib/3.18.1/series-line-stacked
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: series-line-stacked-debug.js
YUI.add('series-line-stacked', function (Y, NAME) { /** * Provides functionality for creatiing a stacked line series. * * @module charts * @submodule series-line-stacked */ /** * StackedLineSeries creates line graphs in which the different series are stacked along a value axis * to indicate their contribution to a cumulative total. * * @class StackedLineSeries * @constructor * @extends LineSeries * @uses StackingUtil * @param {Object} config (optional) Configuration parameters. * @submodule series-line-stacked */ Y.StackedLineSeries = Y.Base.create("stackedLineSeries", Y.LineSeries, [Y.StackingUtil], { /** * @protected * * Calculates the coordinates for the series. Overrides base implementation. * * @method setAreaData */ setAreaData: function() { Y.StackedLineSeries.superclass.setAreaData.apply(this); this._stackCoordinates.apply(this); } }, { ATTRS: { /** * Read-only attribute indicating the type of series. * * @attribute type * @type String * @default stackedLine */ type: { value:"stackedLine" } } }); }, '3.18.1', {"requires": ["series-stacked", "series-line"]});
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 series-line-stacked-debug.js
JS
1.2 KB
2026-02-11 01:44
EDIT
📄 series-line-stacked-min.js
JS
338 B
2026-02-11 01:44
EDIT
📄 series-line-stacked.js
JS
1.2 KB
2026-02-11 01:44
EDIT