Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5ocworkshop/bgraph
/ functions
Functions
322 in github.com/5ocworkshop/bgraph
⨍
Functions
322
◇
Types & classes
33
Function
test_stops_are_sorted
()
tests/classes/test_cls_color_gradient.rs:132
Function
test_style_applies_when_no_gradient
()
tests/classes/test_cls_vertical_gauge.rs:93
Function
test_style_applies_when_no_gradient
()
tests/classes/test_cls_braille_vertical_gauge.rs:157
Function
test_three_stops
()
tests/classes/test_cls_color_gradient.rs:64
Function
test_time_series_state_capacity_zero
()
tests/classes/test_cls_time_series_state.rs:9
Function
test_two_stops_interpolation
()
tests/classes/test_cls_color_gradient.rs:45
Function
test_value_clamping
()
tests/classes/test_cls_color_gradient.rs:83
Function
test_zero_line_rendering
()
tests/functions/test_fnc_get_braille_symbols.rs:133
Function
test_zero_value_shows_all_empty
()
tests/classes/test_cls_braille_vertical_gauge.rs:33
Function
test_zero_value_shows_no_fill
()
tests/classes/test_cls_vertical_gauge.rs:38
Method
three_point
Create a 3-point gradient (btop-style) This is the most common gradient pattern: start → mid → end, with the midpoint at 50%. # Example ```rust use
src/classes/cls_color_gradient.rs:57
Method
two_point
Create a 2-point gradient (simple start → end) # Example ```rust use bgraph::ColorGradient; use ratatui::style::Color; let simple = ColorGradient::t
src/classes/cls_color_gradient.rs:76
Function
verify_10_row_divisions
()
tests/functions/test_fnc_snap_height.rs:138
Function
verify_4_row_divisions
()
tests/functions/test_fnc_snap_height.rs:154
Function
verify_50_percent_alignment
()
tests/functions/test_fnc_snap_height.rs:170
Method
with_range
Create a new state with the given capacity and Y range.
src/classes/cls_mini_time_series_state.rs:47
Method
with_range
Create with explicit Y-range shared by all series
src/classes/cls_multi_time_series_state.rs:43
Method
with_range
Create with explicit Y-axis range # Example ```rust use bgraph::TimeSeriesState; let state = TimeSeriesState::with_range(100, 0.0, 100.0); // CPU % `
src/classes/cls_time_series_state.rs:57
Method
with_ranges
Create with explicit Y-ranges for each side
src/classes/cls_dual_time_series_state.rs:38
Method
y_range
Set the Y-axis range for value mapping.
src/classes/cls_mini_graph.rs:67
Method
y_range
Get the Y-axis range.
src/classes/cls_mini_time_series_state.rs:82
Method
y_range
Get the current Y-axis range Returns explicit range if set, otherwise auto-calculated from data.
src/classes/cls_time_series_state.rs:115
← previous
301–322 of 322, ranked by callers