|
1 | 1 | # AUTO GENERATED FILE - DO NOT EDIT |
2 | 2 |
|
3 | | -daqThermometer <- function(id=NULL, value=NULL, size=NULL, color=NULL, min=NULL, max=NULL, base=NULL, logarithmic=NULL, showCurrentValue=NULL, units=NULL, theme=NULL, label=NULL, labelPosition=NULL, scale=NULL, className=NULL, style=NULL) { |
| 3 | +daqThermometer <- function(id=NULL, value=NULL, height=NULL, width=NULL, color=NULL, min=NULL, max=NULL, base=NULL, logarithmic=NULL, showCurrentValue=NULL, units=NULL, theme=NULL, label=NULL, labelPosition=NULL, scale=NULL, className=NULL, style=NULL) { |
4 | 4 |
|
5 | | - props <- list(id=id, value=value, size=size, color=color, min=min, max=max, base=base, logarithmic=logarithmic, showCurrentValue=showCurrentValue, units=units, theme=theme, label=label, labelPosition=labelPosition, scale=scale, className=className, style=style) |
| 5 | + props <- list(id=id, value=value, height=height, width=width, color=color, min=min, max=max, base=base, logarithmic=logarithmic, showCurrentValue=showCurrentValue, units=units, theme=theme, label=label, labelPosition=labelPosition, scale=scale, className=className, style=style) |
6 | 6 | if (length(props) > 0) { |
7 | 7 | props <- props[!vapply(props, is.null, logical(1))] |
8 | 8 | } |
9 | 9 | component <- list( |
10 | 10 | props = props, |
11 | 11 | type = 'Thermometer', |
12 | 12 | namespace = 'dash_daq', |
13 | | - propNames = c('id', 'value', 'size', 'color', 'min', 'max', 'base', 'logarithmic', 'showCurrentValue', 'units', 'theme', 'label', 'labelPosition', 'scale', 'className', 'style'), |
| 13 | + propNames = c('id', 'value', 'height', 'width', 'color', 'min', 'max', 'base', 'logarithmic', 'showCurrentValue', 'units', 'theme', 'label', 'labelPosition', 'scale', 'className', 'style'), |
14 | 14 | package = 'dashDaq' |
15 | 15 | ) |
16 | 16 |
|
|
0 commit comments