(cherry picked from commit c7e6d14d34)
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com>
This commit is contained in:
co-authored by
Andrej Ocenas
parent
6b8e230f45
commit
db9ec5ccae
@@ -15,4 +15,4 @@ export { sortThresholds, getActiveThreshold } from './thresholds';
|
||||
export { applyFieldOverrides, validateFieldConfig, applyRawFieldOverrides } from './fieldOverrides';
|
||||
export { getFieldDisplayValuesProxy } from './getFieldDisplayValuesProxy';
|
||||
export { getFieldDisplayName, getFrameDisplayName } from './fieldState';
|
||||
export { getScaleCalculator } from './scale';
|
||||
export { getScaleCalculator, getFieldConfigWithMinMax } from './scale';
|
||||
|
||||
@@ -2,7 +2,7 @@ import React, { FC } from 'react';
|
||||
import { ThresholdsConfig, ThresholdsMode, VizOrientation } from '@grafana/data';
|
||||
import { BarGauge, BarGaugeDisplayMode } from '../BarGauge/BarGauge';
|
||||
import { TableCellProps, TableCellDisplayMode } from './types';
|
||||
import { getFieldConfigWithMinMax } from '@grafana/data/src/field/scale';
|
||||
import { getFieldConfigWithMinMax } from '@grafana/data';
|
||||
|
||||
const defaultScale: ThresholdsConfig = {
|
||||
mode: ThresholdsMode.Absolute,
|
||||
|
||||
Reference in New Issue
Block a user