mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +00:00
upgrade plugins, remove unnecessary code (#9848)
This commit is contained in:
@@ -30,14 +30,8 @@ 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 DirectedForce from '../explore/controlPanels/DirectedForce';
|
||||
import EventFlow from '../explore/controlPanels/EventFlow';
|
||||
import FilterBox from '../explore/controlPanels/FilterBox';
|
||||
import Heatmap from '../explore/controlPanels/Heatmap';
|
||||
import Histogram from '../explore/controlPanels/Histogram';
|
||||
import Horizon from '../explore/controlPanels/Horizon';
|
||||
import Iframe from '../explore/controlPanels/Iframe';
|
||||
import Mapbox from '../explore/controlPanels/Mapbox';
|
||||
import PairedTtest from '../explore/controlPanels/PairedTtest';
|
||||
import Para from '../explore/controlPanels/Para';
|
||||
import Separator from '../explore/controlPanels/Separator';
|
||||
@@ -50,14 +44,8 @@ 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('directed_force', DirectedForce)
|
||||
.registerValue('event_flow', EventFlow)
|
||||
.registerValue('filter_box', FilterBox)
|
||||
.registerValue('heatmap', Heatmap)
|
||||
.registerValue('histogram', Histogram)
|
||||
.registerValue('horizon', Horizon)
|
||||
.registerValue('iframe', Iframe)
|
||||
.registerValue('mapbox', Mapbox)
|
||||
.registerValue('paired_ttest', PairedTtest)
|
||||
.registerValue('para', Para)
|
||||
.registerValue('separator', Separator)
|
||||
|
||||
Reference in New Issue
Block a user