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: fixed memory leaks in scale and viewport model // dublicate #99

Merged
merged 3 commits into from
Dec 13, 2023

Conversation

KirillBobkov
Copy link
Contributor

No description provided.

@@ -152,6 +152,15 @@ export abstract class ViewportModel extends ChartBaseElement implements Viewable
share(),
);
//endregion

protected doActivate(): void {
super.doActivate();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

here I deleted: this.changed = new Subject()
because of this line Yaxis was broken

@dxpm dxpm merged commit 085348b into master Dec 13, 2023
2 checks passed
@dxpm dxpm deleted the fixed-memory-leak-with-scale-model-2 branch December 13, 2023 12:09
@disyakidneyshot disyakidneyshot added bug Something isn't working enhancement New feature or request labels Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants