feat: tablechart plugin controls migration (#9847)

* delete controls

* move columnoption to controls

* update package and remove columnoption

* fix: remove console and fix import

* fix: lint

* update version

* fix last rebase

* fix: lint:
This commit is contained in:
Phillip Kelley-Dotson
2020-05-21 12:15:02 -07:00
committed by GitHub
parent a46af68922
commit 333dc8529e
17 changed files with 18 additions and 450 deletions

View File

@@ -20,6 +20,7 @@
import React from 'react';
import { getChartControlPanelRegistry } from '@superset-ui/chart';
import { t } from '@superset-ui/translation';
import { ColumnOption } from '@superset-ui/control-utils';
import {
getControlConfig,
getControlState,
@@ -27,7 +28,6 @@ import {
applyMapStateToPropsToControl,
getAllControlsState,
} from 'src/explore/controlUtils';
import ColumnOption from 'src/components/ColumnOption';
describe('controlUtils', () => {
const state = {