-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] Dedicated compare chart #43833
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
There's a similar request here: #54582 |
Another similar request came in here, for a vertical comparison chart: #83738 |
I think the input requirements for this type of chart are different than the input requirements for standard XY charts. Specifically, I think we need exactly two series. So the two options are: a. No break down by, just the axis & two numeric metrics. This works if we support filters for each number |
can do this now with formula but need to resolve this elastic-charts issue with negative values elastic/elastic-charts#1280 ...consider comparison example in formula in product doc ...could also suggest this visualization method if we improve suggestions as well |
AS probably described by Graham, this can be achieved with formula |
Currently, in order to compare 2 fields, users often have them on the same chart from different sides of the axis (horizontally or vertically)
To achieve that today users often do bucket script to multiply a series with
*-1
we should have a dedicated chart for it where users can add 2 different fields and see them based on a common axisExample:
metricbeats
read.bytes
vswrite.bytes
The text was updated successfully, but these errors were encountered: