Skip to content

Commit

Permalink
Remove redundant control panels
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Jun 9, 2020
1 parent f4358fd commit bc153bf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 238 deletions.
106 changes: 0 additions & 106 deletions superset-frontend/src/explore/controlPanels/CountryMap.js

This file was deleted.

128 changes: 0 additions & 128 deletions superset-frontend/src/explore/controlPanels/EventFlow.jsx

This file was deleted.

4 changes: 0 additions & 4 deletions superset-frontend/src/setup/setupPlugins.ts
Expand Up @@ -20,7 +20,6 @@ import { getChartControlPanelRegistry } from '@superset-ui/chart';
import MainPreset from '../visualizations/presets/MainPreset';
import setupPluginsExtra from './setupPluginsExtra';

import CountryMap from '../explore/controlPanels/CountryMap';
import DeckArc from '../explore/controlPanels/DeckArc';
import DeckGeojson from '../explore/controlPanels/DeckGeojson';
import DeckGrid from '../explore/controlPanels/DeckGrid';
Expand All @@ -30,7 +29,6 @@ import DeckPath from '../explore/controlPanels/DeckPath';
import DeckPolygon from '../explore/controlPanels/DeckPolygon';
import DeckScatter from '../explore/controlPanels/DeckScatter';
import DeckScreengrid from '../explore/controlPanels/DeckScreengrid';
import EventFlow from '../explore/controlPanels/EventFlow';
import FilterBox from '../explore/controlPanels/FilterBox';
import Separator from '../explore/controlPanels/Separator';
import TimeTable from '../explore/controlPanels/TimeTable';
Expand All @@ -40,8 +38,6 @@ export default function setupPlugins() {

// TODO: Remove these shims once the control panel configs are moved into the plugin package.
getChartControlPanelRegistry()
.registerValue('country_map', CountryMap)
.registerValue('event_flow', EventFlow)
.registerValue('filter_box', FilterBox)
.registerValue('separator', Separator)
.registerValue('time_table', TimeTable)
Expand Down

0 comments on commit bc153bf

Please sign in to comment.