pub type TickFormatter = Arc<dyn Fn(Tick) -> String + Send + Sync>;
A function which formats tick values into strings for display on the axis.
pub struct TickFormatter { /* private fields */ }