Skip to content

refresh was called twice with every timer expiry#822

Merged
rashidkpc merged 1 commit intoelastic:masterfrom
bleskes:double_refresh
Jan 9, 2014
Merged

refresh was called twice with every timer expiry#822
rashidkpc merged 1 commit intoelastic:masterfrom
bleskes:double_refresh

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>
edmarmoretti pushed a commit to edmarmoretti/kibana-pt-br that referenced this pull request Sep 7, 2025
edmarmoretti pushed a commit to edmarmoretti/kibana-pt-br that referenced this pull request Sep 7, 2025
# [23.0.0](elastic/elastic-charts@v22.0.0...v23.0.0) (2020-09-30)

### Bug Fixes

* render continuous line/area between non-adjacent points ([elastic#833](elastic/elastic-charts#833)) ([9f9892b](elastic/elastic-charts@9f9892b)), closes [elastic#825](elastic/elastic-charts#825)

### Features

* debug state flag added to chart status ([elastic#834](elastic/elastic-charts#834)) ([83919ff](elastic/elastic-charts@83919ff))
* expose datum as part of GeometryValue ([elastic#822](elastic/elastic-charts#822)) ([dcd7077](elastic/elastic-charts@dcd7077))

### BREAKING CHANGES

* when rendering non-stacked line/area charts with a continuous x scale and no fit function,
the line/area between non-consecutive data points will be rendered as a continuous line/area without adding an uncertain dashed line/ semi-transparent area that connects the two, non-adjacent, points.
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