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

Cleanup dead feature #2416

Merged
merged 9 commits into from
Sep 10, 2024
Merged

Cleanup dead feature #2416

merged 9 commits into from
Sep 10, 2024

Conversation

iMoses
Copy link
Contributor

@iMoses iMoses commented Sep 9, 2024

Simplify interface + reduce coupling

Simplify interface + reduce coupling
packages/ag-charts-community/src/chart/chart.ts Outdated Show resolved Hide resolved
@@ -252,7 +252,7 @@ export class StatusBar
this.labelGroup.visible = false;

this.destroyFns.push(
ctx.scene.attachNode(this.labelGroup, 'titles'),
ctx.scene.attachNode(this.labelGroup),
Copy link
Member

Choose a reason for hiding this comment

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

This was hacked in to fix https://ag-grid.atlassian.net/browse/CRT-394 - can you verify that this case still works after this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Verified and works as expected

@alantreadway
Copy link
Member

/snapshots

Copy link
Contributor

⏱️ Snapshot update job running: https://github.com/ag-grid/ag-charts/actions/runs/10790873839

@github-actions github-actions bot requested a review from a team as a code owner September 10, 2024 10:47
@iMoses
Copy link
Contributor Author

iMoses commented Sep 10, 2024

/snapshots

Copy link
Contributor

⏱️ Snapshot update job running: https://github.com/ag-grid/ag-charts/actions/runs/10791182887

@iMoses iMoses merged commit 491f909 into latest Sep 10, 2024
@iMoses iMoses deleted the imoses/cleanup-statusBar branch September 10, 2024 11:13
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