We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f5c4b commit 54c342fCopy full SHA for 54c342f
README.md
@@ -215,10 +215,10 @@ You can choose your best theme—40 now and more to come!
215
| `zones` | object | Defines `zone` entities to show on the map, with styling. |
216
| `show` | boolean | Whether to display the zone or not. |
217
| `color` | string | Fill color for the zone area (e.g., `#3498db`). |
218
-| `opacity` | float | Opacity for the zone fill color (0.0 to 1.0). |
+| `zone_opacity` | float | Opacity for the zone fill color (0.0 to 1.0). |
219
+| `zone_label_opacity` | float | Opacity for the zone label color (0.0 to 1.0). |
220
| `follow` | boolean | Centre the map |
221
-
222
**The following control positions are supported:**
223
224
`TOP_LEFT`, `TOP_CENTER`, `TOP_RIGHT`,
0 commit comments