pub fn render_graph_canvas(
view: &GraphView<'_>,
selected_step_index: i64,
at_latest_step: bool,
now_ms: i64,
node_style: GraphNodeStyle,
) -> Option<CharCanvas>Expand description
Render only the graph canvas for callers that do not need hit regions.