This is an automated email from the ASF dual-hosted git repository.

graceguo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 296f3e8  Update README.md (#8206)
     add b4a1234  [feature][dashboard] Show/hide filter indicator on the 
applicable charts when filter options are open/close (#8166)

No new revisions were added by this update.

Summary of changes:
 .../components/FilterIndicatorsContainer_spec.jsx  |  1 +
 .../dashboard/fixtures/mockDashboardState.js       |  1 +
 .../dashboard/reducers/dashboardState_spec.js      | 35 +++++++++
 .../getChartAndLabelComponentIdFromPath_spec.js}   | 44 +++++-------
 superset/assets/src/chart/Chart.jsx                |  4 ++
 superset/assets/src/chart/ChartRenderer.jsx        |  6 ++
 superset/assets/src/components/FilterBadgeIcon.css |  5 ++
 .../assets/src/dashboard/actions/dashboardState.js | 10 +++
 .../src/dashboard/components/FilterIndicator.jsx   | 12 +++-
 .../dashboard/components/FilterIndicatorGroup.jsx  | 16 ++++-
 .../components/FilterIndicatorsContainer.jsx       |  5 ++
 .../dashboard/components/gridComponents/Chart.jsx  | 14 ++++
 .../components/gridComponents/ChartHolder.jsx      | 82 ++++++++++++++--------
 superset/assets/src/dashboard/containers/Chart.jsx |  8 ++-
 .../dashboard/containers/DashboardComponent.jsx    |  7 ++
 .../src/dashboard/containers/FilterIndicators.jsx  |  8 ++-
 .../src/dashboard/reducers/dashboardState.js       | 17 +++++
 .../src/dashboard/reducers/getInitialState.js      |  7 ++
 .../dashboard/stylesheets/components/chart.less    | 12 ++++
 .../stylesheets/filter-indicator-tooltip.less      |  6 ++
 .../dashboard/stylesheets/filter-indicator.less    | 20 ++----
 .../src/dashboard/stylesheets/variables.less       |  2 +
 ...h.js => getChartAndLabelComponentIdFromPath.js} |  9 ++-
 superset/assets/src/dashboard/util/propShapes.jsx  |  3 +-
 .../components/controls/DateFilterControl.jsx      | 39 +++++++++-
 .../src/visualizations/FilterBox/FilterBox.css     |  1 +
 .../src/visualizations/FilterBox/FilterBox.jsx     | 23 ++++++
 .../src/visualizations/FilterBox/transformProps.js |  8 ++-
 28 files changed, 322 insertions(+), 83 deletions(-)
 copy 
superset/assets/spec/javascripts/dashboard/{fixtures/mockDashboardFilters.js => 
util/getChartAndLabelComponentIdFromPath_spec.js} (59%)
 copy superset/assets/src/dashboard/util/{getLeafComponentIdFromPath.js => 
getChartAndLabelComponentIdFromPath.js} (85%)

Reply via email to