Skip to content

Commit

Permalink
chart: add missing ChartAxisLabelAlignment docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Nov 5, 2023
1 parent a79962b commit 3fe2d54
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/chart.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15984,19 +15984,15 @@ impl fmt::Display for ChartAxisCrossing {
/// The `ChartAxisLabelAlignment` enum defines the [`ChartAxis`] crossing point for
/// the opposite axis.
///
///
/// TODO
///
#[derive(Clone, Copy, PartialEq)]
pub enum ChartAxisLabelAlignment {
/// TODO. This
/// is the default.
/// Center the axis label with the tick mark. This is the default.
Center,

/// TODO
/// Set the axis label to the left of the tick mark.
Left,

/// TODO
/// Set the axis label to the right of the tick mark.
Right,
}

Expand Down

0 comments on commit 3fe2d54

Please sign in to comment.