switched estimator widget to MultiChoice
This commit is contained in:
parent
afceb6ee1c
commit
b4e2042b52
|
@ -96,11 +96,15 @@ class QuaccTestViewer(param.Parameterized):
|
||||||
parameters=["estimators"],
|
parameters=["estimators"],
|
||||||
widgets={
|
widgets={
|
||||||
"estimators": {
|
"estimators": {
|
||||||
"widget_type": pn.widgets.CheckButtonGroup,
|
"widget_type": pn.widgets.MultiChoice,
|
||||||
"orientation": "vertical",
|
# "orientation": "vertical",
|
||||||
"sizing_mode": "scale_width",
|
"sizing_mode": "scale_width",
|
||||||
"button_type": "primary",
|
# "button_type": "primary",
|
||||||
"button_style": "outline",
|
# "button_style": "outline",
|
||||||
|
"solid": True,
|
||||||
|
"search_option_limit": 1000,
|
||||||
|
"option_limit": 1000,
|
||||||
|
"max_items": 1000,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue