Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use the builtin calendar control panel #9771

Merged
merged 1 commit into from
May 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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