fix(partition): elimination of zero values#658
Merged
monfera merged 5 commits intoelastic:masterfrom Apr 30, 2020
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #658 +/- ##
=======================================
Coverage 72.94% 72.94%
=======================================
Files 266 266
Lines 8618 8618
Branches 1695 1695
=======================================
Hits 6286 6286
Misses 2293 2293
Partials 39 39
Continue to review full report at Codecov.
|
Contributor
Author
|
Jenkins retest this |
Contributor
Author
|
Jenkins retest this please |
markov00
approved these changes
Apr 30, 2020
Collaborator
markov00
left a comment
There was a problem hiding this comment.
Code LGTM. I've tested locally and the mentioned issue is fixed.
|
|
||
| const rawFacts = [ | ||
| { sitc1: '7', exportVal: 0 }, | ||
| { sitc1: '3', exportVal: 1929578418424 }, |
Collaborator
There was a problem hiding this comment.
nit: you could also include a test against negative values
Collaborator
|
🎉 This PR is included in version 19.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this pull request
Feb 10, 2022
## [19.1.2](elastic/elastic-charts@v19.1.1...v19.1.2) (2020-05-04) ### Bug Fixes * **partition:** elimination of zero values ([opensearch-project#658](elastic/elastic-charts#658)) ([6e7b3dd](elastic/elastic-charts@6e7b3dd)), closes [opensearch-project#642](elastic/elastic-charts#642)
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.
Summary
Instead of eliminating negative values, zero values are also eliminated.
Fixes #642
Addresses last item of the minimum expectations checklist in #612
Checklist
Delete any items that are not applicable to this PR.
Any consumer-facing exports were added tosrc/index.ts(and stories only import from../srcexcept for test data & storybook)