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:
Hugo Häggmark
2019-08-06 10:49:54 +02:00
committed by GitHub
parent ead2d6e88f
commit b05afd7e4e
26 changed files with 62 additions and 43 deletions

View File

@@ -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) {