chore(metricoption): remove metricoption and columntypelable dependency (#10077)

* remove columntypeLabel and metricoptions from superset

* fix lint

* remove old test

* update pakage

* add suggestions

* fix merge conflict
This commit is contained in:
Phillip Kelley-Dotson
2020-06-17 19:55:17 -07:00
committed by GitHub
parent 817b7aaf29
commit 02fee35314
15 changed files with 38 additions and 253 deletions

View File

@@ -24,9 +24,11 @@ import { Table, Thead, Th, Tr, Td } from 'reactable-arc';
import { formatNumber } from '@superset-ui/number-format';
import { formatTime } from '@superset-ui/time-format';
import moment from 'moment';
import { InfoTooltipWithTrigger } from '@superset-ui/control-utils';
import {
InfoTooltipWithTrigger,
MetricOption,
} from '@superset-ui/control-utils';
import MetricOption from '../../components/MetricOption';
import FormattedNumber from './FormattedNumber';
import SparklineCell from './SparklineCell';
import './TimeTable.less';