pub fn render_explorer(
data: &AnalyticsChartData,
state: &ExplorerState,
area: Rect,
frame: &mut Frame<'_>,
dark_mode: bool,
)Expand description
Render the Explorer view: interactive metric selector + line area/scatter charts.
pub fn render_explorer(
data: &AnalyticsChartData,
state: &ExplorerState,
area: Rect,
frame: &mut Frame<'_>,
dark_mode: bool,
)Render the Explorer view: interactive metric selector + line area/scatter charts.