Skip to content

Commit

Permalink
Defined bokeh widget parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 3, 2017
1 parent e8576b8 commit c3151cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions holoviews/plotting/bokeh/widgets.py
Expand Up @@ -20,6 +20,15 @@ class BokehServerWidgets(param.Parameterized):
"""
"""

basejs = param.String(default=None, doc="""
Defines the local CSS file to be loaded for this widget.""")

extensionjs = param.String(default=None, doc="""
Optional javascript extension file for a particular backend.""")

css = param.String(default=None, doc="""
Defines the local CSS file to be loaded for this widget.""")

position = param.ObjectSelector(default='right',
objects=['right', 'left', 'above', 'below'])

Expand Down

0 comments on commit c3151cb

Please sign in to comment.