UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

12 lines 542 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // (C) 2007-2018 GoodData Corporation exports.VIEW_BY_DIMENSION_INDEX = 1; exports.STACK_BY_DIMENSION_INDEX = 0; exports.PIE_CHART_LIMIT = 20; exports.HEATMAP_DATA_POINTS_LIMIT = 10000; // for 'view by 2 attributes' or 'grouped attributes' exports.VIEW_BY_ATTRIBUTES_LIMIT = 2; exports.PARENT_ATTRIBUTE_INDEX = 0; // first attribute in 'View By' panel exports.PRIMARY_ATTRIBUTE_INDEX = 1; // second attribute in 'View By' panel //# sourceMappingURL=constants.js.map