Skip to content

Commit

Permalink
allow customizing hover line_(width|join|cap|dash) properties (#5211)
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-sl authored Apr 8, 2022
1 parent cd64a7d commit 2c53536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/styles.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

line_properties = ['line_color', 'line_alpha', 'color', 'alpha', 'line_width',
'line_join', 'line_cap', 'line_dash']
line_properties += ['_'.join([prefix, prop]) for prop in line_properties[:4]
line_properties += ['_'.join([prefix, prop]) for prop in line_properties
for prefix in property_prefixes]

fill_properties = ['fill_color', 'fill_alpha']
Expand Down

0 comments on commit 2c53536

Please sign in to comment.