Skip to content

Commit

Permalink
EES-5543: Correct BoundaryLevel property in ChartDataSetConfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Jones committed Dec 11, 2024
1 parent c39a7a2 commit fe2cf60
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
#nullable enable
using System.Collections.Generic;
using GovUk.Education.ExploreEducationStatistics.Common.Model.Data;
#nullable enable
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System.Collections.Generic;

namespace GovUk.Education.ExploreEducationStatistics.Common.Model.Chart
{
public class ChartDataSetConfig
{
public ChartBaseDataSet DataSet;
public ChartDataGrouping DataGrouping;
public BoundaryLevel BoundaryLevels;
public long BoundaryLevel;
}

[JsonConverter(typeof(StringEnumConverter))]
Expand Down

0 comments on commit fe2cf60

Please sign in to comment.