mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Moves GraphSeriesXY and DisplayValue to grafana/data (#18400)
* Chore: Move DisplayValue to grafana/data * Chore: Move GraphSeriesXY to grafana/data
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { getFlotTickDecimals } from 'app/core/utils/ticks';
|
||||
import _ from 'lodash';
|
||||
import { getValueFormat, ValueFormatter, DecimalCount } from '@grafana/ui';
|
||||
import { stringToJsRegex } from '@grafana/data';
|
||||
import { getValueFormat, ValueFormatter } from '@grafana/ui';
|
||||
import { stringToJsRegex, DecimalCount } from '@grafana/data';
|
||||
|
||||
function matchSeriesOverride(aliasOrRegex: string, seriesAlias: string) {
|
||||
if (!aliasOrRegex) {
|
||||
|
||||
Reference in New Issue
Block a user