We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cb553 commit efcd961Copy full SHA for efcd961
1 file changed
scdata/plot/ts_panel.py
@@ -42,8 +42,7 @@ def __init__(self, series_dict, max_plots=3, height=400, width=800, debug=False,
42
self.series_select = pn.widgets.MultiChoice(
43
name="Series",
44
options=[],
45
- value=[],
46
- search_option_limit=10
+ value=[]
47
)
48
49
self.target_plot = pn.widgets.IntInput(
0 commit comments