Currently, there are rows that occupy space, but have few visits.
Does it make sense to add an env flag for the visits count threshold to show rows?
For example, it has to have at least half the amount of the range period to be visible. So, if the range is 30 days, then it's 15. So we have VITE_ANALOG_HIDE_ROWS_WITH_LESS_THAN=15 and if the row has in total 15 visits, it's visible.
It can be useful if only popular events are important.

Currently, there are rows that occupy space, but have few visits.
Does it make sense to add an env flag for the visits count threshold to show rows?
For example, it has to have at least half the amount of the range period to be visible. So, if the range is 30 days, then it's 15. So we have
VITE_ANALOG_HIDE_ROWS_WITH_LESS_THAN=15and if the row has in total 15 visits, it's visible.It can be useful if only popular events are important.