@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
20 lines • 653 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// (C) 2007-2020 GoodData Corporation
exports.FILTERS = "filters";
exports.MEASURES = "measures";
exports.SECONDARY_MEASURES = "secondary_measures";
exports.TERTIARY_MEASURES = "tertiary_measures";
exports.ATTRIBUTE = "attribute";
exports.ATTRIBUTES = "attributes";
exports.VIEW = "view";
exports.STACK = "stack";
exports.TREND = "trend";
exports.SEGMENT = "segment";
exports.ROWS = "rows";
exports.COLUMNS = "columns";
exports.LOCATION = "location";
exports.SIZE = "size";
exports.COLOR = "color";
exports.TOOLTIP_TEXT = "tooltipText";
//# sourceMappingURL=bucketNames.js.map