-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Add multiple colorramps to coordinate maps #17403
Conversation
💔 Build Failed |
💔 Build Failed |
c022f10
to
e5e195d
Compare
💔 Build Failed |
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.
Once tests are added, LGTM
@@ -6,6 +6,7 @@ import { KibanaMapLayer } from 'ui/vis/map/kibana_map_layer'; | |||
import { truncatedColorMaps } from 'ui/vislib/components/color/truncated_colormaps'; | |||
import * as topojson from 'topojson-client'; | |||
import { toastNotifications } from 'ui/notify'; | |||
import * as colorUtil from 'ui/vis/map/color_util'; |
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.
Could we - in a separate PR - maybe move the map
folder out of the vis
folder? I would prefer in the long run, if we could remove anything from that folder, that is not core vis model classes (like vis and vis types) and classes that are used in the overall rendering pipeline (like request and response handlers). It's not urgent at all, but maybe we could keep this in the back of our minds, once a feature freeze is not close :)
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.
okay, makes sense, but will do in separate PR indeed
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
jenkins, test this |
💔 Build Failed |
remove cruft rebase fixes ensure styler function is recreated remove duplication
57c4099
to
4cb6660
Compare
rebased |
💔 Build Failed |
💚 Build Succeeded |
Run CI once more. |
💔 Build Failed |
jenkins, test this |
Selenium failure
seems completely unrelated to last commit, which was an addition to the unit tests. This PR also makes no changes to any of the lab-mode code. Unit test suite completed OK https://kibana-ci.elastic.co/job/elastic+kibana+pull-request+multijob-intake/2115/. |
💔 Build Failed |
jenkins, test this |
💚 Build Succeeded |
Closes #5517.
todo:
add testsremove code duplication with region mapsconsider rolling up Coordinate Map won't switch type #17392 as a fix in here too, as toggling these settings suffer the same problem