Function ratatui_chart_end

Source
#[no_mangle]
pub extern "C" fn ratatui_chart_end(handle: *mut c_void)
Expand description

Finalizes the pending chart and queues it for rendering.

Does nothing if no chart builder is active.