diff --git a/resources/docs/docs/widgets/properties-reference.md b/resources/docs/docs/widgets/properties-reference.md index 42d057fdb..2f43d5a01 100644 --- a/resources/docs/docs/widgets/properties-reference.md +++ b/resources/docs/docs/widgets/properties-reference.md @@ -582,6 +582,8 @@ | --- | --- | --- | --- | |
\{
"min": 0,
"max": 1
}
| Defines the min and max values for the x axis |
| \{
"min": 0,
"max": 1
}
| Defines the min and max values for the y axis |
+ | false
| Set to `true` to use logarithmic scale for the x axis. Set to `-1` for exponential scale. |
+ | false
| Set to `true` to use logarithmic scale for the y axis. Set to `-1` for exponential scale. |
| "auto"
| Defines the y axis origin. Set to `false` to disable it |
=== "value"
@@ -614,6 +616,8 @@
| --- | --- | --- | --- |
| \{
"min": 20,
"max": 22000
}
| Defines the min and max values for the x axis (in Hz, logarithmic scale) |
| \{
"min": -6,
"max": 6
}
| Defines the min and max values for the y axis (in dB) |
+ | false
| Set to `true` to use logarithmic scale for the x axis. Set to `-1` for exponential scale. |
+ | false
| Set to `true` to use logarithmic scale for the y axis. Set to `-1` for exponential scale. |
| "auto"
| Defines the y axis origin. Set to `false` to disable it |
| ""
| Each item must be an object with the following propertiestrue
| Set to false to hide the scale |
@@ -646,10 +650,11 @@
| --- | --- | --- | --- |
| \{
"min": 0,
"max": 1
}
| Defines the min and max values for the x axis |
| \{
"min": 0,
"max": 1
}
| Defines the min and max values for the y axis |
+ | false
| Set to `true` to use logarithmic scale for the x axis. Set to `-1` for exponential scale. |
+ | false
| Set to `true` to use logarithmic scale for the y axis (base 10). Set to a `number` to define the logarithm's base. |
| "auto"
| Defines the y axis origin. Set to `false` to disable it |
| 1
| Defines visualization duration in seconds |
| 30
| Defines visualization framerate |
- | false
| Set to `true` to use logarithmic scale for the y axis (base 10). Set to a `number` to define the logarithm's base. |
| false
| Set to `true` to freeze current view and ignore incoming values |
=== "value"
@@ -717,6 +722,7 @@
| \{
"min": 0,
"max": 1
}
| Defines the min and max values for the y axis |
| false
| Set to `true` to use logarithmic scale for the x axis. Set to `-1` for exponential scale. |
| false
| Set to `true` to use logarithmic scale for the y axis. Set to `-1` for exponential scale. |
+ | ""
| Restrict movements to one of the axes only unless `Shift` is held.false
| Set to `true` to make the fader reset to its default value when receiving a double tap.1
| Defines the pad's sensitivity when `snap` is `false` |
@@ -769,6 +775,7 @@
| \{
"min": 0,
"max": 1
}
| Defines the min and max values for the y axis |
| false
| Set to `true` to use logarithmic scale for the x axis. Set to `-1` for exponential scale. |
| false
| Set to `true` to use logarithmic scale for the y axis. Set to `-1` for exponential scale. |
+ | ""
| Restrict movements to one of the axes only.false
| Set to `true` to make the fader reset to its default value when receiving a double tap.1
| Defines the pad's sensitivity when `snap` is `false` |
@@ -817,6 +824,7 @@
| ""
| CSS rules. See documentation."default"
| Design style"auto"
| Fader knob size |
+ | "auto"
| Fader knob color |
| false
| Set to `true` to display the fader horizontally |
| false
| Set to `true` to show range breakpoints (ignored if `design` is `compact`) |
| false
| Set to `true` to display a dashed gauge. Can be set as an `array` of two numbers : `[dash_size, gap_size]` |
@@ -851,6 +859,7 @@
| --- | --- | --- | --- |
| ""
| CSS rules. See documentation."default"
| Design style"auto"
| Knob color |
| false
| Set to `true` to show the scale's breakpoints |
| false
| Set to `true` to display a dashed gauge. Can be set as an `array` of two numbers : `[dash_size, gap_size]` |
| 270
| Defines the angle's width of the knob, in degrees |
@@ -915,6 +924,7 @@
| ""
| CSS rules. See documentation."default"
| Design style"auto"
| Fader knob size |
+ | "auto"
| Fader knob color |
| false
| Set to `true` to display the fader horizontally |
| false
| Set to `true` to show range breakpoints (ignored if `design` is `compact`) |
| false
| Set to `true` to display a dashed gauge. Can be set as an `array` of two numbers : `[dash_size, gap_size]` |