[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:
Grace Guo
2019-05-07 23:41:18 -07:00
committed by GitHub
parent 959c35d506
commit 6b8bda6096
21 changed files with 591 additions and 57 deletions

View File

@@ -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')