-
Notifications
You must be signed in to change notification settings - Fork 15
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
AG-12810 Fix legend item CSS bounds #2427
Conversation
/snapshots |
⏱️ Snapshot update job running: https://github.com/ag-grid/ag-charts/actions/runs/10791825071 |
e549ca4
to
214ab77
Compare
/snapshots |
⏱️ Snapshot update job running: https://github.com/ag-grid/ag-charts/actions/runs/10792096473 |
❌ Snapshot update job failed: https://github.com/ag-grid/ag-charts/actions/runs/10792096473 |
/snapshots |
⏱️ Snapshot update job running: https://github.com/ag-grid/ag-charts/actions/runs/10792169325 |
6834733
to
7f494a6
Compare
return bbox; | ||
} | ||
private getLegendItemHitboxProvider(legendItemNode: LegendMarkerLabel): BBoxProvider<BBox> { | ||
// FIXME: This method is required for the `focusable` property of `createProxyElement`, but the `focusable` property should eventually be removed because it's only required to update the FocusIndicator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: This will happen when #2418 is ready
a8b4f18
to
badc123
Compare
2867821
to
0483aee
Compare
0483aee
to
6a3df06
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
https://ag-grid.atlassian.net/browse/AG-12810