Skip to content

Commit

Permalink
BarChart docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
gvreddy04 committed Aug 13, 2023
1 parent ba54a9d commit 2a7b232
Show file tree
Hide file tree
Showing 2 changed files with 471 additions and 52 deletions.
4 changes: 2 additions & 2 deletions blazorbootstrap/Models/Charts/ChartData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
public class ChartData
{
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public List<string>? Labels { get; set; }
public List<IChartDataset>? Datasets { get; set; }

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public List<IChartDataset>? Datasets { get; set; }
public List<string>? Labels { get; set; }
}
Loading

0 comments on commit 2a7b232

Please sign in to comment.