Skip to content

Commit

Permalink
make chart rerender on timeseries change (apache#16411)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson authored and Emmanuel Bavoux committed Nov 14, 2021
1 parent 8cf1aa0 commit ce64350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/explore/controlPanels/TimeTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default {
config: {
type: 'CollectionControl',
label: t('Time series columns'),
renderTrigger: true,
validators: [validateNonEmpty],
controlName: 'TimeSeriesColumnControl',
},
Expand Down

0 comments on commit ce64350

Please sign in to comment.