Skip to content

Commit

Permalink
use word cloud's built in control panel (#9770)
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian committed May 8, 2020
1 parent 13c5b13 commit 8a49c69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 99 deletions.
6 changes: 3 additions & 3 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion superset-frontend/package.json
Expand Up @@ -89,7 +89,7 @@
"@superset-ui/legacy-preset-chart-deckgl": "^0.2.3",
"@superset-ui/legacy-preset-chart-nvd3": "^0.13.5",
"@superset-ui/number-format": "^0.13.3",
"@superset-ui/plugin-chart-word-cloud": "0.13.5",
"@superset-ui/plugin-chart-word-cloud": "^0.13.9",
"@superset-ui/preset-chart-xy": "^0.13.5",
"@superset-ui/query": "^0.13.6",
"@superset-ui/style": "^0.13.3",
Expand Down
93 changes: 0 additions & 93 deletions superset-frontend/src/explore/controlPanels/WordCloud.js

This file was deleted.

2 changes: 0 additions & 2 deletions superset-frontend/src/setup/setupPlugins.ts
Expand Up @@ -63,7 +63,6 @@ import Table from '../explore/controlPanels/Table';
import TimePivot from '../explore/controlPanels/TimePivot';
import TimeTable from '../explore/controlPanels/TimeTable';
import Treemap from '../explore/controlPanels/Treemap';
import WordCloud from '../explore/controlPanels/WordCloud';
import WorldMap from '../explore/controlPanels/WorldMap';

export default function setupPlugins() {
Expand Down Expand Up @@ -105,7 +104,6 @@ export default function setupPlugins() {
.registerValue('time_pivot', TimePivot)
.registerValue('time_table', TimeTable)
.registerValue('treemap', Treemap)
.registerValue('word_cloud', WordCloud)
.registerValue('world_map', WorldMap)
.registerValue('deck_arc', DeckArc)
.registerValue('deck_geojson', DeckGeojson)
Expand Down

0 comments on commit 8a49c69

Please sign in to comment.