WaveformMonitor
Visualize multiple numeric values as a waveform.
Integrates Simon SchΓΆdler's tweakpane-plugin-waveform.
See <Monitor>
component if you want to graph a single value's change over time.
Usage outside of a <Pane>
component will implicitly wrap the waveform monitor in <Pane position="inline">
.
Note that Svelte Tweakpane UI embeds a functionally identical fork of the plugin with build optimizations.
bindablerequired | |
Description | Waveform values. The value to control. |
---|---|
Type | WaveformMonitorValue |
optional | |
Description | Minimum graph bound. |
---|---|
Type | number |
Default | 0 |
optional | |
Description | Maximum graph bound. |
---|---|
Type | number |
Default | 100 |
optional | |
Description | Line style. |
---|---|
Type | 'bezier' | 'linear' |
Default | 'linear'' |
optional | |
Description | Prevent interactivity and gray out the control. |
---|---|
Type | boolean |
Default | false |
optional | |
Description | Text displayed next to control. |
---|---|
Type | string |
Default | undefined |
optional | |
Description | Custom color scheme. |
---|---|
Type | Theme |
Default | undefined Inherits default Tweakpane theme equivalent to ThemeUtils.presets.standard , or the theme set with setGlobalDefaultTheme() . |
optional | |
Description | Number of visible rows of state history. If |
---|---|
Type | number |
Default | 1 Or 3 if value is string and multiline is true . |
optional | |
Description | Number of past states to retain. |
---|---|
Type | number |
Default | 1 Or 64 if value is number and graph is true . |
optional | |
Description | Time between value samples in milliseconds. Useful when |
---|---|
Type | number |
Default | 0 |