Skip to content

Commit 90b8f8c

Browse files
authored
Add information on how to disable hover text to the readme (#617)
1 parent c958dfa commit 90b8f8c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,14 @@ entities:
920920
hours_to_show: current_day
921921
```
922922

923+
#### disabling hover text
924+
925+
can be achieved by setting inside entities:
926+
```yaml
927+
hovertemplate: null
928+
hoverinfo: 'skip'
929+
```
930+
923931
## Default trace & axis styling
924932

925933
default configurations for all entities and all xaxes (e.g xaxis, xaxis2, xaxis3, etc) and yaxes (e.g yaxis, yaxis2, yaxis3, etc).

0 commit comments

Comments
 (0)