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

Fix ridgeline example #3082

Merged
merged 2 commits into from
Jun 10, 2023
Merged

Fix ridgeline example #3082

merged 2 commits into from
Jun 10, 2023

Conversation

binste
Copy link
Contributor

@binste binste commented Jun 10, 2023

The method-based example did not render properly. The first commit fixes these issues. Closes #3079

In the second commit, I changed the alignment of the months from:

image

to:

image

@@ -49,7 +49,7 @@
row=alt.Row(
'Month:T',
title=None,
header=alt.Header(labelAngle=0, labelAlign='right', format='%B')
header=alt.Header(labelAngle=0, labelAlign='left', format='%B')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this is so much nicer!

@binste
Copy link
Contributor Author

binste commented Jun 10, 2023

Thanks for the review!

@binste binste merged commit 597cd31 into vega:master Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ridgeline example is broken on master
2 participants