Skip to content

Commit

Permalink
use the builtin calendar control panel (apache#9771)
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian authored May 8, 2020
1 parent 8a49c69 commit 3a21391
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 199 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
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@superset-ui/control-utils": "^0.13.3",
"@superset-ui/core": "^0.13.5",
"@superset-ui/dimension": "^0.13.3",
"@superset-ui/legacy-plugin-chart-calendar": "^0.13.3",
"@superset-ui/legacy-plugin-chart-calendar": "^0.13.6",
"@superset-ui/legacy-plugin-chart-chord": "^0.13.3",
"@superset-ui/legacy-plugin-chart-country-map": "^0.13.3",
"@superset-ui/legacy-plugin-chart-event-flow": "^0.11.15",
Expand Down
193 changes: 0 additions & 193 deletions superset-frontend/src/explore/controlPanels/CalHeatmap.js

This file was deleted.

2 changes: 0 additions & 2 deletions superset-frontend/src/setup/setupPlugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import Bar from '../explore/controlPanels/Bar';
import BoxPlot from '../explore/controlPanels/BoxPlot';
import Bubble from '../explore/controlPanels/Bubble';
import Bullet from '../explore/controlPanels/Bullet';
import CalHeatmap from '../explore/controlPanels/CalHeatmap';
import Chord from '../explore/controlPanels/Chord';
import Compare from '../explore/controlPanels/Compare';
import CountryMap from '../explore/controlPanels/CountryMap';
Expand Down Expand Up @@ -75,7 +74,6 @@ export default function setupPlugins() {
.registerValue('box_plot', BoxPlot)
.registerValue('bubble', Bubble)
.registerValue('bullet', Bullet)
.registerValue('cal_heatmap', CalHeatmap)
.registerValue('chord', Chord)
.registerValue('compare', Compare)
.registerValue('country_map', CountryMap)
Expand Down

0 comments on commit 3a21391

Please sign in to comment.