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

resize chart #1816

Merged
merged 4 commits into from
Aug 9, 2018
Merged

resize chart #1816

merged 4 commits into from
Aug 9, 2018

Conversation

denStrigo
Copy link
Collaborator

Please read and mark the following check list before creating a pull request (check one with "x"):

Short description of what this resolves:

this.layoutService.onChangeLayoutSize()
.pipe(
takeWhile(() => this.alive),
delay(1),
Copy link
Collaborator

Choose a reason for hiding this comment

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

let's move the delay part into onChangeLayoutSize

delay(1),
)
.subscribe(() => {
this.resizeChart();
Copy link
Collaborator

Choose a reason for hiding this comment

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

.subscribe(() => this.resizeChart())

@nnixaa nnixaa merged commit aa8e7cd into akveo:master Aug 9, 2018
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