all files / office-chart/ keywords.js

100% Statements 42/42
100% Branches 0/0
100% Functions 1/1
100% Lines 42/42
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45      
define(["require", "exports"], function (require, exports) {
    "use strict";
    Object.defineProperty(exports, "__esModule", { value: true });
    exports.widthProperty = ['width', 'w'];
    exports.heightProperty = ['height', 'h'];
    exports.chartDataProperty = ['chartData', 'chd'];
    exports.chartCategoryProperty = ['chartCategory', 'c'];
    exports.chartSeriesProperty = ['chartSeries', 'cs'];
    exports.chartLegendProperty = ['chartLegend', 'cl'];
    exports.chartPrimaryCategoryAxisProperty = ['chartPrimaryCategoryAxis', 'cpca'];
    exports.chartPrimaryValueAxisProperty = ['chartPrimaryValueAxis', 'cpva'];
    exports.chartTitleProperty = ['chartTitle', 'ctt'];
    exports.chartTypeProperty = ['chartType', 'ct'];
    exports.trendLinesProperty = ['trendLines', 'tl'];
    exports.dataPointsProperty = ['dataPoints', 'dp'];
    exports.seriesNameProperty = ['seriesName', 'sn'];
    exports.dataLabelProperty = ['dataLabel', 'sl'];
    exports.errorBarProperty = ['errorBar', 'eb'];
    exports.fillProperty = ['fill', 'f'];
    exports.lineProperty = ['line', 'l'];
    exports.rgbProperty = ['rgb', 'rgb'];
    exports.idProperty = ['id', 'i'];
    exports.foreColorProperty = ['foreColor', 'fc'];
    exports.positionProperty = ['position', 'p'];
    exports.typeProperty = ['type', 't'];
    exports.nameProperty = ['name', 'n'];
    exports.directionProperty = ['direction', 'dir'];
    exports.endStyleProperty = ['endStyle', 'est'];
    exports.forwardProperty = ['forward', 'fw'];
    exports.backwardProperty = ['backward', 'bw'];
    exports.interceptProperty = ['intercept', 'itr'];
    exports.categoryTypeProperty = ['categoryType', 'ct'];
    exports.hasMajorGridLinesProperty = ['hasMajorGridLines', 'hmajgl'];
    exports.hasMinorGridLinesProperty = ['hasMinorGridLines', 'hmingl'];
    exports.majorUnitProperty = ['majorUnit', 'maju'];
    exports.isAutoMajorProperty = ['isAutoMajor', 'iam'];
    exports.maximumValueProperty = ['maximumValue', 'maxv'];
    exports.minimumValueProperty = ['minimumValue', 'minv'];
    exports.categoryXNameProperty = ['categoryXName', 'cx'];
    exports.numberFormatProperty = ['numberFormat', 'nf'];
    exports.yValueProperty = ['yValue', 'y'];
    exports.sizeProperty = ['size', 'sz'];
    exports.seriesFormatProperty = ['seriesFormat', 'sf'];
});