pub trait ScaleLabel {
// Required methods
fn scale(&self, value: f64) -> f64;
fn scale_index(&self, label: String) -> usize;
fn gen_axes(&self) -> Axes;
fn to_stick(&self) -> Vec<Stick>;
}Expand description
This trait allows to create a label axes for the chart