From ff7f35b0b341305600bd0ac9baa86cfec737d20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Wiedemann?= Date: Sat, 30 Jan 2021 14:40:59 +0000 Subject: [PATCH] doc: Missing `title` documentation in the header section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5165572..38a976d 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ The card stricly validates all the options available (but not for the `apex_conf | Name | Type | Default | Since | Description | | ---- | :--: | :-----: | :---: | ----------- | | `show` | boolean | `false` | v1.0.0 | Show or hide the header | +| `title` | string | | v1.1.0 | The title of the chart you want to display | | `floating` | boolean | `false` | v1.0.0 | Makes the header float above the graph. Positionning will be supported later | | `show_states` | boolean | `false` | v1.1.0 | Show or hide the states in the header | | `colorize_states` | boolean | `false` | v1.1.0 | Colorize the states based on the color of the serie |