-
Notifications
You must be signed in to change notification settings - Fork 121
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
Wrong status when removing a spec from the configuration #738
Labels
bug
Something isn't working
kibana cross issue
Has a Kibana issue counterpart
released
Issue released publicly
Comments
markov00
added
bug
Something isn't working
kibana cross issue
Has a Kibana issue counterpart
labels
Jul 6, 2020
markov00
added a commit
to markov00/elastic-charts
that referenced
this issue
Jul 6, 2020
This commit reset the chart state to not initialized when removing a spec. After elastic#723 PR that reduced the number of steps on the state machine when parsing, the removeSpec action wasn't accounted on that refactoring causing side effects when removing/switching a spec on the chart configuration due to the state being in an wrong status. fix elastic#738
1 task
markov00
added a commit
that referenced
this issue
Jul 6, 2020
This commit reset the chart state to not initialized when removing a spec. After #723 PR that reduced the number of steps on the state machine when parsing, the removeSpec action wasn't accounted on that refactoring causing side effects when removing/switching a spec on the chart configuration due to the state being in an wrong status. fix #738
markov00
pushed a commit
that referenced
this issue
Jul 6, 2020
# [19.8.0](v19.7.0...v19.8.0) (2020-07-06) ### Bug Fixes * set uninitialized state when removeSpec action is called ([#739](#739)) ([35b8caf](35b8caf)), closes [#723](#723) [#738](#738) ### Features * **annotation:** enable marker positioning on LineAnnotation ([#737](#737)) ([ab5e413](ab5e413)), closes [#701](#701) * add custom annotation tooltip ([#727](#727)) ([435c67c](435c67c))
🎉 This issue has been resolved in version 19.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
# [19.8.0](elastic/elastic-charts@v19.7.0...v19.8.0) (2020-07-06) ### Bug Fixes * set uninitialized state when removeSpec action is called ([opensearch-project#739](elastic/elastic-charts#739)) ([9c49c90](elastic/elastic-charts@9c49c90)), closes [opensearch-project#723](elastic/elastic-charts#723) [opensearch-project#738](elastic/elastic-charts#738) ### Features * **annotation:** enable marker positioning on LineAnnotation ([opensearch-project#737](elastic/elastic-charts#737)) ([2fa5a0b](elastic/elastic-charts@2fa5a0b)), closes [opensearch-project#701](elastic/elastic-charts#701) * add custom annotation tooltip ([opensearch-project#727](elastic/elastic-charts#727)) ([f03d566](elastic/elastic-charts@f03d566))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
kibana cross issue
Has a Kibana issue counterpart
released
Issue released publicly
Describe the bug
When sending the
removeSpec
action due to a change in the chart configuration, the chart is in the wrong status. In particular, the state confirms that the chartisInitialized
when it is clearly not.To Reproduce
Steps to reproduce the behavior:
Change bar to line
Expected behaviour
A clear and concise description of what you expected to happen.
Version (please complete the following information):
Additional context
Regression caused by #723
Errors in browser console
Kibana Cross Issues
The text was updated successfully, but these errors were encountered: