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

AG-13457 Add size property to flow prop series click events #3459

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

jacobp100
Copy link
Contributor

@@ -27,8 +27,8 @@ export interface ISeries<TDatum, TProps, TLabel = TDatum> {
hasData: boolean;
update(opts: { seriesRect?: BBox }): Promise<void> | void;
updatePlacedLabelData?(labels: PlacedLabel<TLabel>[]): void;
fireNodeClickEvent(event: Event, datum: SeriesNodeDatum<unknown>): void;
fireNodeDoubleClickEvent(event: Event, datum: SeriesNodeDatum<unknown>): void;
fireNodeClickEvent(event: Event, datum: SeriesNodeDatum<unknown>, datumIndex: unknown): void;
Copy link
Member

Choose a reason for hiding this comment

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

Not seeing where this change is used?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Accidental. Reverted

Copy link
Member

@alantreadway alantreadway left a comment

Choose a reason for hiding this comment

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

LGTM

@alantreadway alantreadway merged commit 27b83b1 into latest Feb 4, 2025
23 checks passed
@alantreadway alantreadway deleted the AG-13457 branch February 4, 2025 10:27
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.

2 participants