influxdata / giraffe

A foundation for visualizations in the InfluxDB UI
https://influxdata.github.io/giraffe/
MIT License
183 stars 34 forks source link

fix: allow Simple Table to render 1 row as minimum regardless of available height #825

Closed TCL735 closed 2 years ago

TCL735 commented 2 years ago

Closes #823

BEFORE: data is hidden if available height is too small. MISLEADING!

https://user-images.githubusercontent.com/10736577/198398167-c7322066-679f-4730-94ca-631c593c9e99.mp4

AFTER: "hey user, there is something there! check it out"

https://user-images.githubusercontent.com/10736577/198398256-bc9cee48-583e-49fd-9c83-dd70c828a0ad.mp4