NOBUG: Fixed file access permissions
[moodle.git] / lib / yuilib / 3.13.0 / series-marker-stacked / series-marker-stacked-coverage.js
blobe61e67c6bc7cecf4586437706013e0e6783985f1
1 /*
2 YUI 3.13.0 (build 508226d)
3 Copyright 2013 Yahoo! Inc. All rights reserved.
4 Licensed under the BSD License.
5 http://yuilibrary.com/license/
6 */
8 if (typeof __coverage__ === 'undefined') { __coverage__ = {}; }
9 if (!__coverage__['build/series-marker-stacked/series-marker-stacked.js']) {
10    __coverage__['build/series-marker-stacked/series-marker-stacked.js'] = {"path":"build/series-marker-stacked/series-marker-stacked.js","s":{"1":0,"2":0,"3":0,"4":0},"b":{},"f":{"1":0,"2":0},"fnMap":{"1":{"name":"(anonymous_1)","line":1,"loc":{"start":{"line":1,"column":33},"end":{"line":1,"column":52}}},"2":{"name":"(anonymous_2)","line":28,"loc":{"start":{"line":28,"column":17},"end":{"line":29,"column":4}}}},"statementMap":{"1":{"start":{"line":1,"column":0},"end":{"line":50,"column":64}},"2":{"start":{"line":20,"column":0},"end":{"line":46,"column":3}},"3":{"start":{"line":30,"column":8},"end":{"line":30,"column":65}},"4":{"start":{"line":31,"column":8},"end":{"line":31,"column":43}}},"branchMap":{},"code":["(function () { 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.13.0', {\"requires\": [\"series-stacked\", \"series-marker\"]});","","}());"]};
12 var __cov_vb9jJpsodsNhLkVO6OSnFQ = __coverage__['build/series-marker-stacked/series-marker-stacked.js'];
13 __cov_vb9jJpsodsNhLkVO6OSnFQ.s['1']++;YUI.add('series-marker-stacked',function(Y,NAME){__cov_vb9jJpsodsNhLkVO6OSnFQ.f['1']++;__cov_vb9jJpsodsNhLkVO6OSnFQ.s['2']++;Y.StackedMarkerSeries=Y.Base.create('stackedMarkerSeries',Y.MarkerSeries,[Y.StackingUtil],{setAreaData:function(){__cov_vb9jJpsodsNhLkVO6OSnFQ.f['2']++;__cov_vb9jJpsodsNhLkVO6OSnFQ.s['3']++;Y.StackedMarkerSeries.superclass.setAreaData.apply(this);__cov_vb9jJpsodsNhLkVO6OSnFQ.s['4']++;this._stackCoordinates.apply(this);}},{ATTRS:{type:{value:'stackedMarker'}}});},'3.13.0',{'requires':['series-stacked','series-marker']});