"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.since_6_1 = exports.pre_6_1 = 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. */ /* eslint-disable camelcase */ const pre_6_1 = { title: 'metrics test', type: 'metric', params: { addTooltip: true, addLegend: true, type: 'gauge', gauge: { verticalSplit: false, autoExtend: false, percentageMode: false, gaugeType: 'Metric', gaugeStyle: 'Full', backStyle: 'Full', orientation: 'vertical', colorSchema: 'Green to Red', gaugeColorMode: 'Labels', useRange: false, colorsRange: [{ from: 0, to: 100 }], invertColors: false, labels: { show: true, color: 'black' }, scale: { show: false, labels: false, color: '#333', width: 2 }, type: 'simple', style: { fontSize: 60, bgColor: false, labelColor: true, subText: '' } } }, aggs: [{ id: '1', enabled: true, type: 'count', schema: 'metric', params: {} }] }; exports.pre_6_1 = pre_6_1; const since_6_1 = { title: 'metrics test', type: 'metric', params: { addTooltip: true, addLegend: false, type: 'metric', metric: { percentageMode: false, colorSchema: 'Green to Red', metricColorMode: 'Labels', useRange: false, colorsRange: [{ from: 0, to: 100 }], invertColors: false, labels: { show: true, color: 'black' }, style: { fontSize: 60, bgColor: false, labelColor: true, subText: '' } } }, aggs: [{ id: '1', enabled: true, type: 'count', schema: 'metric', params: {} }] }; exports.since_6_1 = since_6_1;