Fixes data points on maps not showing up in reports#31949
Merged
joelgriffith merged 3 commits intoelastic:masterfrom Feb 26, 2019
joelgriffith:reporting/bugfix-data-points-maps
Merged
Fixes data points on maps not showing up in reports#31949joelgriffith merged 3 commits intoelastic:masterfrom joelgriffith:reporting/bugfix-data-points-maps
joelgriffith merged 3 commits intoelastic:masterfrom
joelgriffith:reporting/bugfix-data-points-maps
Conversation
Contributor
💔 Build Failed |
tsullivan
reviewed
Feb 25, 2019
Member
There was a problem hiding this comment.
Removing these makes the above block-level comment outdated.
It looks like it already was outdated though, as there is no server/lib/screenshot file anymore. I am not sure what "can only use the properties that will be manually set..." means
Contributor
Author
|
So, it turns out waiting a bit to inject the custom CSS allows all the items to render properly (and we don't have to touch hacky CSS stuff). |
Contributor
💔 Build Failed |
Contributor
💔 Build Failed |
Contributor
💚 Build Succeeded |
tsullivan
approved these changes
Feb 26, 2019
Member
tsullivan
left a comment
There was a problem hiding this comment.
LGTM - this solution is WAY better than adding additional hacks
Contributor
💚 Build Succeeded |
Contributor
Author
|
Will work on backporting this |
This was referenced Feb 26, 2019
joelgriffith
added a commit
that referenced
this pull request
Feb 26, 2019
joelgriffith
added a commit
that referenced
this pull request
Feb 26, 2019
Member
|
@joelgriffith looks like this did not get backported to 7.x |
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.
Maps didn't like rendering into a parent with a 0 width/height, so I went with a more granular approach of explicitly hiding certain css properties vs the width/height hack. I've attached some before/after PDF's that highlight the fix and some subtle differences.
After.pdf
Uploading Before.pdf…