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

7.8 Visualize: error on bar click #66439

Closed
ThomThomson opened this issue May 13, 2020 · 3 comments · Fixed by #78917
Closed

7.8 Visualize: error on bar click #66439

ThomThomson opened this issue May 13, 2020 · 3 comments · Fixed by #78917
Labels
bug Fixes for quality problems that affect the customer experience Feature:UIActions UI actions. These are client side only, not related to the server side actions.. Feature:Vis Editor Visualization editor issues impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort v7.8.2

Comments

@ThomThomson
Copy link
Contributor

Kibana version: 7.8 BC 2

Browser version: Chrome 81

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

Describe the bug:
When clicking on a segment of a graph with no buckets set up a console error is logged.
This issue affects the following vis types: Horizontal bar, Vertical bar, pie, heatmap, and line.

Steps to reproduce:

  1. Create a new visualization of any of the types above
  2. Do not add an x-axis bucket
  3. Click the value shown

Screenshots (if relevant):

Screen Shot 2020-05-13 at 12 57 56 PM

@ThomThomson ThomThomson added bug Fixes for quality problems that affect the customer experience Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Vis Editor Visualization editor issues v7.8.0 labels May 13, 2020
@elasticmachine
Copy link
Contributor

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

@ppisljar
Copy link
Member

i think we need to silence that console.log. it should be ok to emit a trigger for which no action is registered (like the one mentioned in this issue). At some point somebody could define a drilldown which will work with this as well, its just that we can't create a filter out of it.

@timroes timroes added Feature:UIActions UI actions. These are client side only, not related to the server side actions.. Team:AppArch and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels May 14, 2020
@elasticmachine
Copy link
Contributor

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

@spalger spalger added v7.8.1 and removed v7.8.0 labels Jun 18, 2020
@Dosant Dosant added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort triaged labels Jun 25, 2020
@mattkime mattkime added v7.8.2 and removed v7.8.1 labels Jul 16, 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:UIActions UI actions. These are client side only, not related to the server side actions.. Feature:Vis Editor Visualization editor issues impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort v7.8.2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants