-
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
fix: missing dash style in line annotation #692
fix: missing dash style in line annotation #692
Conversation
Codecov Report
@@ Coverage Diff @@
## master #692 +/- ##
==========================================
+ Coverage 72.78% 73.21% +0.42%
==========================================
Files 255 270 +15
Lines 8437 8744 +307
Branches 1674 1719 +45
==========================================
+ Hits 6141 6402 +261
- Misses 2255 2296 +41
- Partials 41 46 +5
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Nice quick fix!
🎉 This PR is included in version 19.4.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [19.4.1](elastic/elastic-charts@v19.4.0...v19.4.1) (2020-06-01) ### Bug Fixes * missing dash style in line annotation ([opensearch-project#692](elastic/elastic-charts#692)) ([62999bc](elastic/elastic-charts@62999bc)), closes [opensearch-project#687](elastic/elastic-charts#687)
Summary
This fix re-adds the dash style for line annotations. This probably was an existing feature before we removed Konva library, the story
annotations/lines/5_styling.tsx
has references todashWidth
anddashGapWidth
used on the line style.The VRT was manually updated as with the current change threshold (0,005% of the whole image) the change is not surfaced. I will open a subsequent PR to check if we can safely remove this threshold
fix #687
Checklist
Delete any items that are not applicable to this PR.
src/index.ts
(and stories only import from../src
except for test data & storybook)