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

Make barchart legend settable via blueprint #6514

Merged
merged 4 commits into from
Jun 7, 2024
Merged

Conversation

jleibs
Copy link
Member

@jleibs jleibs commented Jun 6, 2024

What

Also gets rid of more EntityProperties.

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested the web demo (if applicable):
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG
  • If applicable, add a new check to the release checklist!

To run all checks from main, comment on the PR with @rerun-bot full-check.

@jleibs jleibs added 🟦 blueprint The data that defines our UI include in changelog labels Jun 6, 2024
@jleibs jleibs marked this pull request as ready for review June 6, 2024 20:51
Copy link

github-actions bot commented Jun 6, 2024

Deployed docs

Commit Link
df09a5e https://landing-n4ozib6pj-rerun.vercel.app/docs

Base automatically changed from jleibs/transform_axis to main June 6, 2024 21:00
@jleibs jleibs force-pushed the jleibs/barchat_legend branch from 776d09e to df09a5e Compare June 6, 2024 21:01
@abey79 abey79 self-requested a review June 7, 2024 14:11
Copy link
Member

@abey79 abey79 left a comment

Choose a reason for hiding this comment

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

This PR could have been one of today's demo :)

root_entity_properties.legend_location = Some(corner);
});
ui.end_row();
list_item::list_item_scope(ui, "time_series_selection_ui", |ui| {
Copy link
Member

Choose a reason for hiding this comment

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

Not necessarily this PR, but we should probably put that scope just outside of the selection_ui call in selection_panel.rs, and remove them all from the selection_ui impls.

@jleibs jleibs merged commit 9cec07c into main Jun 7, 2024
35 of 36 checks passed
@jleibs jleibs deleted the jleibs/barchat_legend branch June 7, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🟦 blueprint The data that defines our UI include in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants