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

Heatmap visualization issues #13352

Closed
ajoliveira opened this issue Aug 4, 2017 · 5 comments
Closed

Heatmap visualization issues #13352

ajoliveira opened this issue Aug 4, 2017 · 5 comments
Labels
blocked bug Fixes for quality problems that affect the customer experience Feature:Heatmap Heatmap visualization impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@ajoliveira
Copy link

Kibana version: 5.5.1

Elasticsearch version: 5.5.1

Server OS version: MacOS Sierra - 10.12.6

Browser version: Chrome - Version 60.0.3112.78 (Official Build) (64-bit)

Browser OS version: MacOS Sierra - 10.12.6

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

Description of the problem including expected versus actual behavior: Heatmap visualization has a number of display issues depending on values chosen for the intervals and min/max bounds.

Steps to reproduce:

  1. Sample mapping and data (_bulk) - xy_test_heatmap.json.txt
  2. Create heatmap, metric = count, aggregations on x and y values, intervals of 0.001, 0.002, etc.
  3. Some behaviors noted:

1-heatmap_default_y-axis_out_of_order

- correct ordering if it is first aggregation

2-heatmap_y-axis_before_x-axis

- missing some empty buckets even if options are selected but no min/max values specified

3-heatmap_missing_empty_buckets

- depending on intervals specified (0.001 vs. 0.002), some y-axis values are missing (ex: -0.006)

4-heatmap_skipped_y-axis_values

- and also missing some empty buckets (combination of both)

5-heatmap_combo_missing_skipped

- specifying min/max values and show empty buckets appears to work as desired (but forces you to specify min/max which you may not know, etc.)

6-heatmap_good_but_requires_bounds

- another variation, duplicated x-axis value of -0.006 (and missing/empty 0 count buckets?)

7-heatmap_almost_duplicate_x-axis

Errors in browser console (if relevant): none

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

@ajoliveira ajoliveira added Feature:Heatmap Heatmap visualization Feature:Visualizations Generic visualization features (in case no more specific feature label is available) labels Aug 4, 2017
@alexfrancoeur alexfrancoeur added the bug Fixes for quality problems that affect the customer experience label Aug 10, 2017
@ThomasYanghan
Copy link

Same problem to me. Actually in my situation, the missing value is not 0. Most time the missing value is a less smaller number and kibana did not respond that to me.

@nandanosql
Copy link

Same problem to me.
Kibana Version :- 6.3.1
Data is missing in few places but in ES index data is available.

@timroes timroes added Team:Visualizations Visualization editors, elastic-charts and infrastructure and removed Feature:Visualizations Generic visualization features (in case no more specific feature label is available) labels Sep 16, 2018
@stratoula stratoula added the impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. label Jul 26, 2021
@stratoula
Copy link
Contributor

Let's evaluate this when we change the implementation to use elastic-charts instead

@flash1293
Copy link
Contributor

Blocked on #103633

@flash1293
Copy link
Contributor

All these things are solved in the Lens heatmap in 8.2:

No missing buckets and order of histograms doesn't matter
Screenshot 2022-03-23 at 17 27 52

In case zeros should be spelled out, there's a dedicated setting for that:
Screenshot 2022-03-23 at 17 28 08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked bug Fixes for quality problems that affect the customer experience Feature:Heatmap Heatmap visualization impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

7 participants