Skip to content

Commit

Permalink
EES-5543 fixed dataSetConfig BoundaryLevels, no longer defaulted to 0…
Browse files Browse the repository at this point in the history
… instead optional
  • Loading branch information
bennettstuart committed Dec 16, 2024
1 parent 01af766 commit 391f66e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class ChartDataSetConfig
{
public ChartBaseDataSet DataSet;
public ChartDataGrouping DataGrouping;
public long BoundaryLevel;
public long? BoundaryLevel;
}

[JsonConverter(typeof(StringEnumConverter))]
Expand Down

0 comments on commit 391f66e

Please sign in to comment.