elastic / kibana

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

[Lens] Show indication that there is data in bar charts when the y-axis is very large #193561

Open teresaalvarezsoler opened 2 hours ago

teresaalvarezsoler commented 2 hours ago

Problem When the y-axis is has a very large scale, bars don't appear for very low numbers as shown in this picture:

Image

Solution We should at least show a fine line when y-axis values >0

elasticmachine commented 2 hours ago

Pinging @elastic/kibana-visualizations (Team:Visualizations)

markov00 commented 2 hours ago

possible solution: use the chart minBarHeight property to give the bar a min height of 1 or 2 px

nickofthyme commented 39 minutes ago

@teresaalvarezsoler isn't this discover? We already have the minBarHeight applied since https://github.com/elastic/kibana/pull/168644.