mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fix help text on tilt angle input (#43540)
This commit is contained in:
parent
1c0813e926
commit
b33e1978a5
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ export const pie = () => ({
|
|||
{
|
||||
name: 'tilt',
|
||||
displayName: 'Tilt angle',
|
||||
help: 'Percentage of tilt where 1 is fully vertical and 0 is completely flat',
|
||||
help: 'Percentage of tilt where 100 is fully vertical and 0 is completely flat',
|
||||
argType: 'percentage',
|
||||
default: 1,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue