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

Allow setting horizontal and vertical alignment separately #2072

Merged
merged 2 commits into from
Mar 10, 2021

Conversation

philippjfr
Copy link
Member

Somehow missed this entirely, the align property in bokeh has always supported providing a (horizontal, vertical) alignment tuple. This merely exposes this ability in Panel.

@philippjfr philippjfr added the type: enhancement Minor feature or improvement to an existing feature label Mar 10, 2021
@philippjfr philippjfr added this to the v0.11.1 milestone Mar 10, 2021
@codecov
Copy link

codecov bot commented Mar 10, 2021

Codecov Report

Merging #2072 (3219a03) into master (01869de) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2072      +/-   ##
==========================================
- Coverage   84.43%   84.39%   -0.04%     
==========================================
  Files         178      178              
  Lines       20636    20636              
==========================================
- Hits        17423    17415       -8     
- Misses       3213     3221       +8     
Impacted Files Coverage Δ
panel/viewable.py 72.38% <100.00%> (ø)
panel/tests/pane/test_base.py 88.23% <0.00%> (-11.77%) ⬇️
panel/io/reload.py 64.36% <0.00%> (-2.30%) ⬇️
panel/pane/base.py 90.61% <0.00%> (-0.94%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 01869de...3219a03. Read the comment docs.

@philippjfr philippjfr merged commit 3dfcb7d into master Mar 10, 2021
@philippjfr philippjfr deleted the align_start_end branch March 10, 2021 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant