pub fn render_analytics_content(
view: AnalyticsView,
data: &AnalyticsChartData,
explorer: &ExplorerState,
breakdown_tab: BreakdownTab,
heatmap_metric: HeatmapMetric,
selection: usize,
area: Rect,
frame: &mut Frame<'_>,
dark_mode: bool,
)Expand description
Dispatch rendering to the appropriate view function.
selection is the currently highlighted item index (for drilldown).