-
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
Dashed Lines Not Working #687
Labels
:annotation
Annotation (line, rect, text) related issue
bug
Something isn't working
released
Issue released publicly
:xy
Bar/Line/Area chart related
Comments
markov00
added
:annotation
Annotation (line, rect, text) related issue
:xy
Bar/Line/Area chart related
labels
May 29, 2020
Thank you @mtiller I can confirm the bug, we will fix this as soon as possible. Triage details:
|
3 tasks
markov00
added a commit
that referenced
this issue
Jun 1, 2020
This commit 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 to dashWidth and dashGapWidth 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
🎉 This issue has been resolved in version 19.4.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was referenced Jun 10, 2020
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
## [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)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:annotation
Annotation (line, rect, text) related issue
bug
Something isn't working
released
Issue released publicly
:xy
Bar/Line/Area chart related
When setting the
line.dash
value for annotation styles, it doesn't actually impact the appearance of the line.To Reproduce
Steps to reproduce the behavior:
Expected behaviour
I would expect the appearance of the line to change. Note that I suspected a bug in the StoryBook itself, but I see the same behavior with my own annotations.
Version (please complete the following information):
Note - I don't see any examples in your StoryBook (although perhaps I missed them) that demonstrate dashed or dotted lines.
The text was updated successfully, but these errors were encountered: