-
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
[maps] Lens choropleth chart #126819
[maps] Lens choropleth chart #126819
Conversation
@MichaelMarcialis thanks for the lens icon. We are using it in this PR. We need another icon for suggestions. In the screen shot below notice how the provided icon is too small and does not have the correct colors. Other visualizations render a mini chart but this will not work for maps since the area is too small. We were hoping to put a static icon here. |
@elasticmachine merge upstream |
merge conflict between base and head |
@elasticmachine merge upstream |
Seems like this is caused by adding |
…or_frame/suggestion_panel.tsx
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
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 except for one small thing
}, | ||
inputTypes: ['lens_multitable'], | ||
fn(data, args) { | ||
return { |
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.
This is a very recent change but we moved the responsibility of logging the data table to the visualization function. Could you add the same integration as xy chart here ?
if (handlers?.inspectorAdapters?.tables) { |
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.
I had to revert these changes. logDataTable is not exposed to plugins. I created #127995 to track.
@flash1293 and I chatted offline and @flash1293 is ok with merging this PR without logging data table in the visualization function. This can be addressed in #127995
💚 Build SucceededMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
async chunk count
History
To update your PR or re-run it, just comment with: |
@elasticmachine merge upstream |
@flash1293 Accessing |
💚 Build SucceededMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
async chunk count
History
To update your PR or re-run it, just comment with: |
This PR adds MVP "Choropleth" visualization to lens. To limit scope, the following features have been omitted