Skip to content

Commit

Permalink
Chart: Fix DisplayFormats property name (#5757)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsrki authored Sep 27, 2024
1 parent 6f36564 commit 2c69d4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class ChartAxisTime
/// Sets how different time units are displayed.
/// </summary>
[JsonIgnore( Condition = JsonIgnoreCondition.WhenWritingNull )]
public ChartAxisTimeDisplayFormat DisplayFormat { get; set; }
public ChartAxisTimeDisplayFormat DisplayFormats { get; set; }

/// <summary>
/// If boolean and true and the unit is set to 'week', then the first day of the week will be Monday. Otherwise, it will be Sunday. If number, the index of the first day of the week (0 - Sunday, 6 - Saturday)
Expand Down

0 comments on commit 2c69d4a

Please sign in to comment.