Add cancel option, fix formatting (addresses #1103 )

pull/1111/head
noramullen1 2020-06-17 11:00:02 -07:00
parent c3f3552af9
commit b062bbb450
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Flux is InfluxData's functional data scripting language designed for querying,
analyzing, and acting on time series data. analyzing, and acting on time series data.
See [Get started with Flux](/v2.0/query-data/get-started) to learn more about Flux. See [Get started with Flux](/v2.0/query-data/get-started) to learn more about Flux.
1. In the navigation menu on the left, select **Explore* (**Data Explorer**). 1. In the navigation menu on the left, select **Explore** (**Data Explorer**).
{{< nav-icon "data-explorer" >}} {{< nav-icon "data-explorer" >}}
@ -40,6 +40,7 @@ See [Get started with Flux](/v2.0/query-data/get-started) to learn more about Fl
4. Use the **Functions** list to review the available Flux functions. 4. Use the **Functions** list to review the available Flux functions.
Click a function from the list to add it to your query. Click a function from the list to add it to your query.
5. Click **Submit** (or press `Control+Enter`) to run your query. You can then preview your graph in the above pane. 5. Click **Submit** (or press `Control+Enter`) to run your query. You can then preview your graph in the above pane.
To cancel your query while it's running, click **Cancel**.
6. To work on multiple queries at once, click the {{< icon "plus" >}} to add another tab. 6. To work on multiple queries at once, click the {{< icon "plus" >}} to add another tab.
* Click the eye icon on a tab to hide or show a query's visualization. * Click the eye icon on a tab to hide or show a query's visualization.
* Click the name of the query in the tab to rename it. * Click the name of the query in the tab to rename it.