Skip to content

Commit

Permalink
feat(legacy-plugin-chart-rose): add time grain (apache#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored and zhaoyongjie committed Nov 26, 2021
1 parent 67a0543 commit 79c4f3f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,12 @@ export default {
],
},
],
sectionOverrides: {
druidTimeSeries: {
controlSetRows: [['granularity', 'druid_time_origin'], ['time_range']],
},
sqlaTimeSeries: {
controlSetRows: [['granularity_sqla', 'time_grain_sqla'], ['time_range']],
},
},
};

0 comments on commit 79c4f3f

Please sign in to comment.