"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.XY_OVERRIDES = exports.XY_MISSING_VALUE_DOTTED_LINE_CONFIG = exports.REFERENCE_LINE = exports.KPI_CHART_HEIGHT = 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; you may not use this file except in compliance with the Elastic License * 2.0. */ const REFERENCE_LINE = { value: '1', format: { id: 'percent', params: { decimals: 0 } }, color: '#6092c0' }; exports.REFERENCE_LINE = REFERENCE_LINE; const XY_OVERRIDES = { axisLeft: { domain: { min: 0, max: 1 } }, settings: { showLegend: true, legendPosition: 'bottom', legendSize: 35 } }; exports.XY_OVERRIDES = XY_OVERRIDES; const XY_MISSING_VALUE_DOTTED_LINE_CONFIG = { showDottedLine: true, missingValues: 'Linear' }; exports.XY_MISSING_VALUE_DOTTED_LINE_CONFIG = XY_MISSING_VALUE_DOTTED_LINE_CONFIG; const KPI_CHART_HEIGHT = 150; exports.KPI_CHART_HEIGHT = KPI_CHART_HEIGHT;