Skip to content
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

Can filter only first split-series #51553

Closed
eogredici opened this issue Nov 23, 2019 · 4 comments · Fixed by #78154
Closed

Can filter only first split-series #51553

eogredici opened this issue Nov 23, 2019 · 4 comments · Fixed by #78154
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Visualizations Generic visualization features (in case no more specific feature label is available) Feature:XYAxis XY-Axis charts (bar, area, line) Team:Visualizations Visualization editors, elastic-charts and infrastructure triage_needed

Comments

@eogredici
Copy link

**Kibana version:7.3.0

**Elasticsearch version:7.3.0

**Server OS version: Linux 3.10.0-862.3.2.el7.x86_64 #1 SMP Tue May 15 18:22:15 EDT 2018 x86_64 x86_64 x86_64 GNU_Linux

**Browser version: Google Chrome / Version 75.0.3770.142 (64-Bit)

Browser OS version:

Original install method (e.g. download page, yum, from source, etc.):

**Describe the bug: Hi,
I created a new bar dashboard. My dashboard have filter and two split features. I click second split series anyone, but i can't see all filters to on screen pop-up filters.

Why can't i see?
i added screenshot.

i use 7.3.0 kibana version .

Thanks,

Steps to reproduce:
1.
2.
3.

Expected behavior:

**Screenshots (if relevant):
BF48370C-FB38-41A8-9354-B0E6A3B382FF

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

Any additional context:

@nickpeihl nickpeihl added the Team:Visualizations Visualization editors, elastic-charts and infrastructure label Nov 25, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@timroes timroes added Feature:UIActions UI actions. These are client side only, not related to the server side actions.. Team:AppArch labels Dec 2, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@alexh97 alexh97 added bug Fixes for quality problems that affect the customer experience triage_needed labels Mar 9, 2020
@Dosant Dosant added Feature:Visualizations Generic visualization features (in case no more specific feature label is available) and removed Feature:UIActions UI actions. These are client side only, not related to the server side actions.. labels Jun 25, 2020
@Dosant
Copy link
Contributor

Dosant commented Jun 25, 2020

I look into it a bit trying to triage,

3rd filter is already missing when emitted from src/plugins/vis_type_vislib/public/vislib/lib/handler.js, so it is definitely not UiActions level issue, removed that label and added Feature:Visualizations.

@Dosant
Copy link
Contributor

Dosant commented Jun 29, 2020

Looks like underlying issue is that seriesRaw takes only first series from array.

https://github.com/elastic/kibana/blob/master/src/plugins/vis_type_vislib/public/vislib/helpers/point_series/_get_point.ts#L71

Removing appArch label from this issue

@Dosant Dosant changed the title [Kibana] Bar Dashboard Filter Error Can filter only first split-series Jul 7, 2020
@VladLasitsa VladLasitsa self-assigned this Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Visualizations Generic visualization features (in case no more specific feature label is available) Feature:XYAxis XY-Axis charts (bar, area, line) Team:Visualizations Visualization editors, elastic-charts and infrastructure triage_needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants