mirror of
https://github.com/apache/superset.git
synced 2026-05-06 16:34:32 +00:00
[dashboard] After update filter, trigger new queries when charts are visible (#7233)
* trigger query when chart is visible * add integration test
This commit is contained in:
@@ -117,6 +117,9 @@ def load_examples_run(load_test_data):
|
||||
print('Loading DECK.gl demo')
|
||||
data.load_deck_dash()
|
||||
|
||||
print('Loading [Tabbed dashboard]')
|
||||
data.load_tabbed_dashboard()
|
||||
|
||||
|
||||
@app.cli.command()
|
||||
@click.option('--load-test-data', '-t', is_flag=True, help='Load additional test data')
|
||||
|
||||
Reference in New Issue
Block a user