converted blockquotes to notes
parent
d1df40eff2
commit
3a73e2cf38
|
|
@ -65,7 +65,9 @@ Chronograf supports many different [visualization types](/chronograf/latest/guid
|
|||
### Step 5: Save your cell
|
||||
Click **Save** (the green checkmark icon) to save your cell.
|
||||
|
||||
> ***Note:*** if you navigate away from this page without clicking Save, your work will not be saved.
|
||||
{{% note %}}
|
||||
If you navigate away from this page without clicking Save, your work will not be saved.
|
||||
{{% /note %}}
|
||||
|
||||
### Step 6: Configure your dashboard
|
||||
|
||||
|
|
@ -79,8 +81,9 @@ Click **Save** (the green checkmark icon) to save your cell.
|
|||
* **Pan** over your cell data by pressing the shift key and clicking and dragging your mouse over the graph
|
||||
* **Reset** your cell by double-clicking your mouse in the cell window
|
||||
|
||||
> Note:
|
||||
{{% note %}}
|
||||
These tips only apply to the line, stacked, step-plot, and line+stat [visualization types](/chronograf/latest/guides/visualization-types/).
|
||||
{{% /note %}}
|
||||
|
||||
#### Configure dashboard-wide settings:
|
||||
* You can change the dashboard's *auto-refresh interval* at the top of the page - the default interval selected is **Every 15 seconds**.
|
||||
|
|
|
|||
|
|
@ -248,7 +248,9 @@ Use the **Table Controls** to specify the following:
|
|||
- Change the order of the column by dragging to the desired position.
|
||||
* **Thresholds**
|
||||
|
||||
> **Note:** Threshold settings apply to any cells with values, except when they appear in the first column and **Lock First Column** is enabled.
|
||||
{{% note %}}
|
||||
Threshold settings apply to any cells with values, except when they appear in the first column and **Lock First Column** is enabled.
|
||||
{{% /note %}}
|
||||
|
||||
- **Add Threshold** (button): Click to add a threshold.
|
||||
- **Base Color**: Select a base, or background, color from the selection list.
|
||||
|
|
|
|||
|
|
@ -37,7 +37,9 @@ _**Data type:** Boolean | Integer | UInteger | Float | String | Time | Duration_
|
|||
### usePrevious
|
||||
When `true`, assigns the value set in the previous non-null row.
|
||||
|
||||
> Cannot be used with `value`.
|
||||
{{% note %}}
|
||||
Cannot be used with `value`.
|
||||
{{% /note %}}
|
||||
|
||||
_**Data type:** Boolean | Integer | UInteger | Float | String | Time | Duration_
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,9 @@ The map of streams to be joined. <span style="color:#FF8564; font-weight:700;">R
|
|||
|
||||
_**Data type:** Object_
|
||||
|
||||
> `join()` currently only supports two input streams.
|
||||
{{% note %}}
|
||||
`join()` currently only supports two input streams.
|
||||
{{% /note %}}
|
||||
|
||||
### on
|
||||
The list of columns on which to join. <span style="color:#FF8564; font-weight:700;">Required</span>.
|
||||
|
|
|
|||
|
|
@ -74,7 +74,9 @@ _**Data type:** Function_
|
|||
intervals(every:1d, period:8h, offset:9h)
|
||||
```
|
||||
|
||||
> When `intervals` is used, `every`, `period`, and `start` cannot be used or need to be set to 0.
|
||||
{{% note %}}
|
||||
When `intervals` is used, `every`, `period`, and `start` cannot be used or need to be set to 0.
|
||||
{{% /note %}}
|
||||
|
||||
### timeColumn
|
||||
The column containing time.
|
||||
|
|
|
|||
Loading…
Reference in New Issue