X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/yuilib/3.18.1/series-marker-stacked
home
/
cbholdings
/
pasukulu
/
lib
/
yuilib
/
3.18.1
/
series-marker-stacked
/
📁
..
📄
series-marker-stacked-debug.js
(1.25 KB)
📄
series-marker-stacked-min.js
(352 B)
📄
series-marker-stacked.js
(1.25 KB)
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"]});
Upload File
Create Folder