egui-charts 0.2.0

High-performance financial charting engine for egui — candlesticks, 95 drawing tools, 130+ indicators, and a full design-token theme system
Documentation
1
2
3
4
5
6
7
8
//! Floating Selection Toolbar
//!
//! A draggable toolbar that appears when selecting objects (series, indicators, drawings)
//! for quick customization (color, settings, delete, etc.)

mod toolbar;

pub use toolbar::{ColorSlot, FloatingSelectionToolbar, FloatingToolbarAction};