Enhance trend figure generation by introducing grouping options for display (all, category, item) and implementing pagination for better data visualization. Refactor related functions to support new grouping logic and update UI components accordingly.
Update threshold Excel label for clarity, adjust visibility settings for pagination controls, and modify demo launch settings to recommend disabling sharing in Hugging Face Spaces.
Add pagination support for trend figures and update rendering logic for individual plots. Introduce make_trend_figure_paged function and modify render_any to handle page and tags per page inputs.
Add new functions for generating trend figures: single subplot and individual figures by tag. Update UI for display mode selection and enhance rendering logic.