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

refresh was called twice with every timer expiry #822

Merged
merged 1 commit into from
Jan 9, 2014

Conversation

bleskes
Copy link
Contributor

@bleskes bleskes commented Jan 9, 2014

Also unpacked dashboard.set_interval to simplify logic a bit.

Also set_interval used to call refresh() when called. Imho this is un-expected when setting a long refresh interval. Removed it (pending discussion)

Also unpacked  dashboard.set_interval to simplify logic a bit.

Note: set_interval used to call refresh() when called. This is un-expected when setting a long refresh interval.
@rashidkpc rashidkpc merged commit f399f5b into elastic:master Jan 9, 2014
@bleskes bleskes deleted the double_refresh branch January 10, 2014 07:48
w33ble pushed a commit to w33ble/kibana that referenced this pull request Sep 13, 2018
* feat: page transitions

* fix: bug with no transition

* fix: page preview animations

* fix: bugs with get elements

* fix: tests

* fix: prop types

* fix: make transitions pluggable

* fix: revert change to getSelectedPage

* fix: revert animate.css and test changes

* fix: revert changes to package.json

* fix: simplify page change logic
Kuznietsov added a commit to Kuznietsov/kibana that referenced this pull request May 24, 2021
Before this part of code was comparing clean data, which came from dataset, with X/Y values. They were true according to normal mode, but in percentage mode, for example, it was comparing absolute value with percentage value. To avoid it, need to compare datum (feature elastic#822 from elastic/elastic-charts) of geometry with clean value from row info.
Kuznietsov added a commit that referenced this pull request May 26, 2021
Before this part of code was comparing clean data, which came from dataset, with X/Y values. They were true according to normal mode, but in percentage mode, for example, it was comparing absolute value with percentage value. To avoid it, need to compare datum (feature #822 from elastic/elastic-charts) of geometry with clean value from row info.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
kibanamachine added a commit to kibanamachine/kibana that referenced this pull request May 26, 2021
…#100456)

Before this part of code was comparing clean data, which came from dataset, with X/Y values. They were true according to normal mode, but in percentage mode, for example, it was comparing absolute value with percentage value. To avoid it, need to compare datum (feature elastic#822 from elastic/elastic-charts) of geometry with clean value from row info.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
kibanamachine added a commit that referenced this pull request May 26, 2021
#100636)

Before this part of code was comparing clean data, which came from dataset, with X/Y values. They were true according to normal mode, but in percentage mode, for example, it was comparing absolute value with percentage value. To avoid it, need to compare datum (feature #822 from elastic/elastic-charts) of geometry with clean value from row info.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Yaroslav Kuznietsov <kuznetsov.yaroslav.yk@gmail.com>
ecezalp pushed a commit to ecezalp/kibana that referenced this pull request May 26, 2021
…#100456)

Before this part of code was comparing clean data, which came from dataset, with X/Y values. They were true according to normal mode, but in percentage mode, for example, it was comparing absolute value with percentage value. To avoid it, need to compare datum (feature elastic#822 from elastic/elastic-charts) of geometry with clean value from row info.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
ecezalp pushed a commit to ecezalp/kibana that referenced this pull request May 26, 2021
…#100456)

Before this part of code was comparing clean data, which came from dataset, with X/Y values. They were true according to normal mode, but in percentage mode, for example, it was comparing absolute value with percentage value. To avoid it, need to compare datum (feature elastic#822 from elastic/elastic-charts) of geometry with clean value from row info.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
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