@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
25 lines • 761 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// Buckets
exports.FILTERS = "filters";
exports.SHOW_IN_PERCENT = "showInPercent";
exports.SHOW_ON_SECONDARY_AXIS = "showOnSecondaryAxis";
exports.GRANULARITY = {
date: "GDC.time.date",
week: "GDC.time.week_us",
month: "GDC.time.month",
quarter: "GDC.time.quarter",
year: "GDC.time.year",
};
exports.DATE_DATASET_ATTRIBUTE = "attr.datedataset";
exports.ALL_TIME = "all_time";
exports.BUCKETS = "buckets";
exports.MEASUREGROUP = "measureGroup";
// Types
exports.METRIC = "metric";
exports.FACT = "fact";
exports.DATE = "date";
exports.ATTRIBUTE = "attribute";
exports.GEO_ATTRIBUTE = "geo_attribute";
exports.DEFAULT_BUCKETS = [];
//# sourceMappingURL=bucket.js.map