refresh was called twice with every timer expiry#822
Merged
rashidkpc merged 1 commit intoelastic:masterfrom Jan 9, 2014
Merged
refresh was called twice with every timer expiry#822rashidkpc merged 1 commit intoelastic:masterfrom
rashidkpc merged 1 commit intoelastic:masterfrom
Conversation
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.
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>
This was referenced Sep 2, 2021
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)