Skip to content

Commit

Permalink
Merge pull request #5452 from dfe-analytical-services/EES-5543
Browse files Browse the repository at this point in the history
EES-5543: Correct BoundaryLevel property in ChartDataSetConfig.
  • Loading branch information
tomjonesdev authored Dec 13, 2024
2 parents 3f5ec9d + fe2cf60 commit 5686e50
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 5686e50

Please sign in to comment.