diff --git a/holoviews/plotting/bokeh/styles.py b/holoviews/plotting/bokeh/styles.py index 50f14f860f..76a6ce85bb 100644 --- a/holoviews/plotting/bokeh/styles.py +++ b/holoviews/plotting/bokeh/styles.py @@ -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']