Incorporated edits
parent
2d534445ef
commit
847bdc8ca4
|
|
@ -16,13 +16,13 @@ Use dashboard controls in the upper right to update your dashboard.
|
|||
|
||||
### Add a cell
|
||||
|
||||
Click **Add Cell** to open the Data Explorer and configure a new cell for your dashboard.
|
||||
Click {{< icon "add-cell" >}} **Add Cell** to open the Data Explorer and configure a new cell for your dashboard.
|
||||
|
||||
For details on using the Data Explorer, see [Explore metrics](/v2.0/visualize-data/explore-metrics/).
|
||||
|
||||
### Add a note
|
||||
|
||||
1. Click **Add Note** to add a note cell to your dashboard.
|
||||
1. Click {{< icon "note" >}} **Add Note** to add a note cell to your dashboard.
|
||||
2. Enter your note in Markdown in the left pane. A preview appears in the right pane.
|
||||
3. Enable the **Show note when query returns no data** option to show the note only when the query displays no data.
|
||||
4. Click **Save**.
|
||||
|
|
@ -50,12 +50,12 @@ Click the refresh button ({{< icon "refresh" >}}) to manually refresh the dashbo
|
|||
{{< img-hd src="/img/time-range.png" alt="Select time range" />}}
|
||||
|
||||
2. Select **Custom Time Range** to enter a custom time range with precision up to nanoseconds.
|
||||
The default time range is 5m.
|
||||
The default time range is 5 minutes.
|
||||
|
||||
### Add variables
|
||||
|
||||
- Click **Variables** to display variables available for your dashboard. For details, see [Use and manage variables](/v2.0/visualize-data/variables/)
|
||||
Click **Variables** to display variables available for your dashboard. For details, see [Use and manage variables](/v2.0/visualize-data/variables/)
|
||||
|
||||
### Presentation mode
|
||||
|
||||
- Click the fullscreen icon ({{< icon "fullscreen" >}}) to enter presentation mode.
|
||||
Click the fullscreen icon ({{< icon "fullscreen" >}}) to enter presentation mode. Presentation mode allows you to view [a dashboard] in full screen, hiding the left and top navigation menus so only the cells appear. This mode might be helpful, for example, for stationary screens dedicated to monitoring visualizations.
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ From the cell editor overlay, use the controls in the lower pane to control your
|
|||
|
||||
### View raw data
|
||||
|
||||
Toggle the **View Raw data** option to see your data in table format instead of a graph.
|
||||
Toggle the **View Raw data** {{< icon "toggle" >}} option to see your data in table format instead of a graph. Use this option when data can't be visualized using a visualization type.
|
||||
|
||||
{{< img-hd src="/img/view-raw-data.png" alt="View raw data" />}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue