mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-04 23:52:18 +01:00
document continuous option (#3537)
This commit is contained in:
parent
bc23d861d6
commit
b8feef3b60
@ -558,6 +558,7 @@ Graph component with options for grids, border and line-types.
|
|||||||
color: my_red
|
color: my_red
|
||||||
- sensor: my_outside_temperature
|
- sensor: my_outside_temperature
|
||||||
line_type: SOLID
|
line_type: SOLID
|
||||||
|
continuous: true
|
||||||
line_thickness: 3
|
line_thickness: 3
|
||||||
color: my_blue
|
color: my_blue
|
||||||
- sensor: my_beer_temperature
|
- sensor: my_beer_temperature
|
||||||
@ -586,6 +587,7 @@ Trace specific fields:
|
|||||||
- **sensor** (*Optional*, :ref:`config-id`): The sensor value to plot
|
- **sensor** (*Optional*, :ref:`config-id`): The sensor value to plot
|
||||||
- **line_thickness** (*Optional*): Defaults to 3
|
- **line_thickness** (*Optional*): Defaults to 3
|
||||||
- **line_type** (*Optional*): Specifies the plot line-type. Can be one of the following: ``SOLID``, ``DOTTED``, ``DASHED``. Defaults to ``SOLID``.
|
- **line_type** (*Optional*): Specifies the plot line-type. Can be one of the following: ``SOLID``, ``DOTTED``, ``DASHED``. Defaults to ``SOLID``.
|
||||||
|
- **continuous** (*Optional*): connects the individual points to make a continuous line. Defaults to ``false``.
|
||||||
- **color** (*Optional*): Sets the color of the sensor trace.
|
- **color** (*Optional*): Sets the color of the sensor trace.
|
||||||
|
|
||||||
And then later in code:
|
And then later in code:
|
||||||
|
Loading…
Reference in New Issue
Block a user