Skip to content

Commit 0ca9f84

Browse files
authored
enh(bokeh): Add test_outline_color style to Labels (#6738)
1 parent 220bbe6 commit 0ca9f84

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

holoviews/plotting/bokeh/annotation.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,15 @@ class LabelsPlot(ColorbarPlot, AnnotationPlot):
181181

182182
selection_display = BokehOverlaySelectionDisplay()
183183

184-
style_opts = (base_properties + text_properties
185-
+ background_properties + border_properties + ['cmap', 'angle'])
184+
style_opts = [
185+
*base_properties,
186+
*text_properties,
187+
*background_properties,
188+
*border_properties,
189+
'cmap',
190+
'angle',
191+
'text_outline_color',
192+
]
186193

187194
_nonvectorized_styles = [*base_properties, 'cmap']
188195

0 commit comments

Comments
 (0)