Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support all Bokeh Text style opts in hv.Labels and hv.Text #6198

Merged
merged 3 commits into from
Apr 17, 2024

Conversation

TheoMathurin
Copy link
Contributor

Fixes #6186

All available border_ and background_ opts are added to both LabelsPlot and TextPlot. For the former, I think these are also batched opts.

Here the choice was made not to directly include these options in text_properties as I'm not sure ArrowPlot supports these additions. Instead there are separate border_properties and background_properties lists which can be reused independently.

I also found that the line_dash_offset was missing in line_properties.

@philippjfr philippjfr added the type: enhancement Minor feature or improvement to an existing feature label Apr 17, 2024
@hoxbro hoxbro enabled auto-merge (squash) April 17, 2024 15:27
@hoxbro hoxbro merged commit 3a2793f into holoviz:main Apr 17, 2024
11 checks passed
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hv.Labels does not expose all style opts with Bokeh backend
3 participants