elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.82k stars 8.2k forks source link

Full grid and "-" values on heatmap #30681

Open ebalmeida opened 5 years ago

ebalmeida commented 5 years ago

Describe the feature: Ideally, the heatmap should include an option for a "full grid" view, which also draws the grid on blank returns. Right now it only draws a box around valid values. Additionally, an option to show "-" or 0 when there are no returns for a category would be very useful. Describe a specific use case for the feature: Many users have claimed it makes it hard to visualize which value belongs to which category without a grid, specially if values are concentrated on the upper right hand side of the chart (assuming a left Y axis and a bottom X axis)

elasticmachine commented 5 years ago

Pinging @elastic/kibana-app

stratoula commented 2 years ago

I closed it by mistake. https://github.com/elastic/kibana/pull/118338 adds a full grid view but still missing the option to show "-" or 0 when there are no data. Reopening it.