"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LabelPosition = exports.EXPRESSION_METRIC_TRENDLINE_NAME = exports.EXPRESSION_METRIC_NAME = exports.DEFAULT_TRENDLINE_NAME = exports.AvailableMetricIcons = void 0; /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ const EXPRESSION_METRIC_NAME = 'metricVis'; exports.EXPRESSION_METRIC_NAME = EXPRESSION_METRIC_NAME; const EXPRESSION_METRIC_TRENDLINE_NAME = 'metricTrendline'; exports.EXPRESSION_METRIC_TRENDLINE_NAME = EXPRESSION_METRIC_TRENDLINE_NAME; const DEFAULT_TRENDLINE_NAME = 'default'; exports.DEFAULT_TRENDLINE_NAME = DEFAULT_TRENDLINE_NAME; const LabelPosition = { BOTTOM: 'bottom', TOP: 'top' }; exports.LabelPosition = LabelPosition; const AvailableMetricIcons = { EMPTY: 'empty', SORTUP: 'sortUp', SORTDOWN: 'sortDown', COMPUTE: 'compute', ASTERISK: 'asterisk', ALERT: 'alert', BELL: 'bell', BOLT: 'bolt', BUG: 'bug', EDITOR_COMMENT: 'editorComment', FLAG: 'flag', HEART: 'heart', MAP_MARKER: 'mapMarker', PIN: 'pin', STAR_EMPTY: 'starEmpty', TAG: 'tag', GLOBE: 'globe', TEMPERATURE: 'temperature' }; exports.AvailableMetricIcons = AvailableMetricIcons;