This is an automated email from the ASF dual-hosted git repository.
lilykuang pushed a change to branch bn_time_comparison_current_api
in repository https://gitbox.apache.org/repos/asf/superset.git
from f044f965fa BigNumber with Time Comparison:
add c82df11711 implement start date offset controls
No new revisions were added by this update.
Summary of changes:
.../src/sections/timeComparison.tsx | 9 ++
.../src/shared-controls/components/index.tsx | 2 +
.../BigNumber/BigNumberPeriodOverPeriod/PopKPI.tsx | 14 ++-
.../BigNumberPeriodOverPeriod/transformProps.ts | 2 +
.../BigNumber/BigNumberPeriodOverPeriod/types.ts | 1 +
.../components/controls/ComparisonRangeLabel.tsx | 29 ++++--
.../components/controls/TimeOffsetControl.tsx | 112 +++++++++++++++++++++
.../src/explore/components/controls/index.js | 2 +
8 files changed, 159 insertions(+), 12 deletions(-)
create mode 100644
superset-frontend/src/explore/components/controls/TimeOffsetControl.tsx