mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[Docs] Removing 'display' property as it's unused (#161669)
## Summary Removing 'display' property as it's unused in `timepicker:refreshIntervalDefaults`. Small docs change. Previous: <img width="819" alt="Screenshot 2023-07-11 at 15 59 03" src="4c89cbd9
-3320-41cc-b28e-94060fab5a0b"> Updated: <img width="794" alt="Screenshot 2023-07-11 at 15 59 17" src="e566d456
-6eed-4193-bc11-8d6068a6b768"> Closes: #140249
This commit is contained in:
parent
8f2d23ffa7
commit
798b0ef49b
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ to be displayed).
|
|||
|
||||
[[timepicker-refreshintervaldefaults]]`timepicker:refreshIntervalDefaults`::
|
||||
The default refresh interval for the time filter. Example:
|
||||
`{ "display": "15 seconds", "pause": true, "value": 15000 }`.
|
||||
`{ "pause": true, "value": 15000 }`.
|
||||
|
||||
[[timepicker-timedefaults]]`timepicker:timeDefaults`::
|
||||
The default selection in the time filter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue