Skip to content

resize chart#1816

Merged
nnixaa merged 4 commits intoakveo:masterfrom
denStrigo:fix/resize_chart
Aug 9, 2018
Merged

resize chart#1816
nnixaa merged 4 commits intoakveo:masterfrom
denStrigo:fix/resize_chart

Conversation

@denStrigo
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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