You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.)
Software Version Info
python 3.12
panel 1.6.1
param 2.2.0
Description of expected behavior and the observed behavior
The doc's for the DatetimeRangeSlider docs show a callback_throttle argument, but i get a TypeError when trying to use it. TypeError: DatetimeRangeSlider.__init__() got an unexpected keyword argument 'callback_throttle'
I assume this is a documentation issue.
Complete, minimal, self-contained example code that reproduces the issue
ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.)
Software Version Info
Description of expected behavior and the observed behavior
The doc's for the DatetimeRangeSlider docs show a
callback_throttle
argument, but i get aTypeError
when trying to use it.TypeError: DatetimeRangeSlider.__init__() got an unexpected keyword argument 'callback_throttle'
I assume this is a documentation issue.
Complete, minimal, self-contained example code that reproduces the issue
The text was updated successfully, but these errors were encountered: