You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2018/06/27 18:20:15 UTC

[incubator-superset] branch master updated (17b4298 -> 04fc1d1)

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 17b4298  [dashobard fix]: fix validation check for default_filters (#5297)
     add 04fc1d1  [dashboard v2] add MissingChart component in the case that chart component has no slice definition, add tests. (#5296)

No new revisions were added by this update.

Summary of changes:
 .../dashboard/components/MissingChart_spec.jsx     | 29 ++++++++++++++++++++++
 .../assets/src/SqlLab/components/QuerySearch.jsx   | 12 ++++-----
 .../assets/src/dashboard/actions/dashboardState.js |  7 ++++++
 .../src/dashboard/components/MissingChart.jsx      | 29 ++++++++++++++++++++++
 .../dashboard/components/gridComponents/Chart.jsx  | 10 +++++---
 .../dashboard/stylesheets/components/chart.less    | 16 ++++++++++++
 6 files changed, 94 insertions(+), 9 deletions(-)
 create mode 100644 superset/assets/spec/javascripts/dashboard/components/MissingChart_spec.jsx
 create mode 100644 superset/assets/src/dashboard/components/MissingChart.jsx