update_ui_graph

Function update_ui_graph 

Source
fn update_ui_graph(
    graph: Res<'_, Graph>,
    ui_graph: ResMut<'_, UiGraph>,
    station_names: Query<'_, '_, &Name, With<Station>>,
    intervals: Query<'_, '_, Ref<'_, Interval>>,
)