Skip to content

Commit

Permalink
chore: Clean up comments in PieChart builder example for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
alceal committed Jan 5, 2025
1 parent 6bc9040 commit 40c8dc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plots/piechart.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ use crate::{
/// PieChart::builder()
/// .data(&dataset)
/// .labels("species")
/// .hole(0.4) // Creates a donut-style chart
/// .pull(0.01) // Slightly separates each slice
/// .rotation(20.0) // Rotates the chart by 20 degrees
/// .hole(0.4)
/// .pull(0.01)
/// .rotation(20.0)
/// .plot_title(
/// Text::from("Pie Chart")
/// .font("Arial")
Expand Down

0 comments on commit 40c8dc3

Please sign in to comment.