Function ratatui_chart_y_axis

Source
#[no_mangle]
pub extern "C" fn ratatui_chart_y_axis(
    handle: *mut c_void,
    title: *const c_char,
    min: f64,
    max: f64,
)
Expand description

Sets the Y axis title and [min, max] data bounds of the pending chart.

Does nothing if no chart builder is active.