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