mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 06:42:13 +08:00
Chore: Move internal GraphNG+Timeseries components into core (#77525)
* move to core where possible * update imports * ignore import order for now * add graveyard files * update codeowners
This commit is contained in:
@ -13,10 +13,10 @@ import {
|
||||
TimeRange,
|
||||
} from '@grafana/data';
|
||||
import { convertFieldType } from '@grafana/data/src/transformations/transformers/convertFieldType';
|
||||
import { applyNullInsertThreshold } from '@grafana/data/src/transformations/transformers/nulls/nullInsertThreshold';
|
||||
import { nullToValue } from '@grafana/data/src/transformations/transformers/nulls/nullToValue';
|
||||
import { GraphFieldConfig, LineInterpolation } from '@grafana/schema';
|
||||
import { applyNullInsertThreshold } from '@grafana/ui/src/components/GraphNG/nullInsertThreshold';
|
||||
import { nullToValue } from '@grafana/ui/src/components/GraphNG/nullToValue';
|
||||
import { buildScaleKey } from '@grafana/ui/src/components/GraphNG/utils';
|
||||
import { buildScaleKey } from '@grafana/ui/src/components/uPlot/internal';
|
||||
|
||||
type ScaleKey = string;
|
||||
|
||||
|
Reference in New Issue
Block a user