-
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
[Lens] Support small multiples / facet / trellis for XY and Partition charts #72063
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
We've been unblocked on this for a while because of elastic-charts support for small multiples, but we should be able to reuse a lot of the logic from the Visualize implementation that was recently merged: #86880 |
Thanks for bringing it up @wylieconlon - I think there are a few things we have to decide on:
|
Will small multiples be the official name for this feature? |
We haven't decided on the naming in the UI yet, but we will definitely consider your feedback, thanks |
Related requirements: #2021 |
Even with small multiples it’s useful to mix data from different layers in a single chart - for example having a a data series and a threshold series coming from two different places, split by the same field. Each data series should go with their respective threshold series, but multiple data and threshold series in a single chart are unreadable so splitting the chart into rows per data/threshold series makes sense. |
When we start analyzing this it would be good to take under consideration this feature request too #2021 |
This issue tracks the Lens implementation of the underlying Elastic-charts feature: elastic/elastic-charts#500
The simplest way to integrate this in Lens is by adding a new dimension group to each visualization which allows the user to split the chart by a given aggregation.
The text was updated successfully, but these errors were encountered: